All Identifiers

Name Unit Description
AnsiCDateTime synautil Returns date and time in format defined in ANSI C compilers in format "ddd mmm d hh:nn:ss yyyy"
AppendToLog synadbg  
argptr synaicnv  
Asn1IntegerGet ssl_openssl_lib  
Asn1IntegerSet ssl_openssl_lib  
Asn1UtctimeFree ssl_openssl_lib  
Asn1UtctimeNew ssl_openssl_lib  
ASN1_BOOL asn1util  
ASN1_COUNTER asn1util  
ASN1_ENUM asn1util  
ASN1_GAUGE asn1util  
ASN1_INT asn1util  
ASN1_IPADDR asn1util  
ASN1_NULL asn1util  
ASN1_OBJID asn1util  
ASN1_OCTSTR asn1util  
ASN1_OPAQUE asn1util  
ASN1_SEQ asn1util  
ASN1_SETOF asn1util  
ASN1_TIMETICKS asn1util  
ASNDecLen asn1util Decodes length of next element in "Buffer" from the "Start" position.
ASNDecOIDItem asn1util Decodes an OID item of the next element in the "Buffer" from the "Start" position.
ASNdump asn1util Convert ASN.1 BER encoded buffer to human readable form for debugging.
ASNEncInt asn1util Encodes a signed integer to ASN.1 binary
ASNEncLen asn1util Encodes the length of ASN.1 element to binary.
ASNEncOIDItem asn1util Encodes OID item to binary form.
ASNEncUInt asn1util Encodes unsigned integer into ASN.1 binary
ASNItem asn1util Beginning with the "Start" position, decode the ASN.1 item of the next element in "Buffer". Type of item is stored in "ValueType."
ASNObject asn1util Encodes ASN.1 object to binary form.
BC synacrypt  
BinToInt synautil Returns an integer equivalent of the binary string in "Value". (i.e. ('10001010') returns 138)
BioCtrlPending ssl_openssl_lib  
BioFreeAll ssl_openssl_lib  
BioNew ssl_openssl_lib  
BioRead ssl_openssl_lib  
BioSMem ssl_openssl_lib  
BioWrite ssl_openssl_lib  
BuildStringFromBuffer synautil Copy data from a buffer starting at position APtr and delimited by AEtx position into ANSIString.
c64k blcksock  
c6AnyHost blcksock  
c6Broadcast blcksock  
c6Localhost blcksock  
cAnyHost blcksock  
cAnyPort blcksock  
cBroadcast blcksock  
cClamProtocol clamsend  
CDateTime synautil Returns date and time in format defined in C compilers in format "mmm dd hh:nn:ss"
cDnsProtocol dnssend  
cFtpDataProtocol ftpsend  
cFtpProtocol ftpsend  
CharsetConversion synachar Convert Value from one charset to another. See: CharsetConversionEx
CharsetConversionEx synachar Convert Value from one charset to another with additional character conversion. see: Replace_None and Replace_Czech
CharsetConversionTrans synachar Convert Value from one charset to another with additional character conversion. This funtion is similar to CharsetConversionEx, but you can disable transliteration of unconvertible characters.
cHttpProtocol httpsend  
cIMAPProtocol imapsend  
cLDAPProtocol ldapsend  
cLocalhost blcksock  
cNNTPProtocol nntpsend  
cNtpProtocol sntpsend  
CodeInt synautil Return two characters, which ordinal values represents the value in byte format. (High-endian)
CodeLongInt synautil Return four characters, which ordinal values represents the value in byte format. (High-endian)
CopyLinesFromStreamUntilBoundary synautil Copy all lines from a buffer starting at APtr to ALines until ABoundary or end of the buffer is reached. Move APtr position forward).
CopyLinesFromStreamUntilNullLine synautil Copy all lines from a buffer starting at APtr to ALines until empty line or end of the buffer is reached. Move APtr position forward).
CountOfChar synautil Return count of Chr in Value string.
cPop3Protocol pop3send  
CR synaser  
CR blcksock  
Crc16 synacode return CRC16 from a value string.
Crc32 synacode return CRC32 from a value string.
CRLF blcksock  
CRLF synaser  
CRYPTOcleanupAllExData ssl_openssl_lib  
cSerialChunk synaser  
cSmtpProtocol smtpsend  
cSnmpProtocol snmpsend  
cSnmpTrapProtocol snmpsend  
cSSHProtocol tlntsend  
cSysLogProtocol slogsend  
cTelnetProtocol tlntsend  
cTFTPProtocol ftptsend  
cTFTP_ACK ftptsend  
cTFTP_DTA ftptsend  
cTFTP_ERR ftptsend  
cTFTP_RRQ ftptsend  
cTFTP_WRQ ftptsend  
CustomMonthNames synautil can be used for your own months strings for GetMonthNumber
d2iPKCS12bio ssl_openssl_lib  
d2iX509bio ssl_openssl_lib  
dcb_AbortOnError synaser  
dcb_Binary synaser  
dcb_DsrSensivity synaser  
dcb_DtrControlDisable synaser  
dcb_DtrControlEnable synaser  
dcb_DtrControlHandshake synaser  
dcb_DtrControlMask synaser  
dcb_ErrorChar synaser  
dcb_InX synaser  
dcb_NullStrip synaser  
dcb_OutX synaser  
dcb_OutxCtsFlow synaser  
dcb_OutxDsrFlow synaser  
dcb_ParityCheck synaser  
dcb_Reserveds synaser  
dcb_RtsControlDisable synaser  
dcb_RtsControlEnable synaser  
dcb_RtsControlHandshake synaser  
dcb_RtsControlMask synaser  
dcb_RtsControlToggle synaser  
dcb_TXContinueOnXoff synaser  
Decode4to3 synacode Decode 4to3 encoding with given table. If some element is not found in table, first item from table is used. This is good for buggy coded items by Microsoft Outlook. This software sometimes using wrong table for UUcode, where is used ' ' instead '`'.
Decode4to3Ex synacode Decode 4to3 encoding with given REVERSE table. Using this function with reverse table is much faster then Decode4to3. This function is used internally for Base64, UU or XX decoding.
DecodeBase64 synacode Decode string from base64 format.
DecodeBase64mod synacode Decode string from modified base64 format. (used in IMAP, for example.)
DecodeInt synautil Decodes two characters located at "Index" offset position of the "Value" string to Word values.
DecodeLongInt synautil Decodes four characters located at "Index" offset position of the "Value" string to LongInt values.
DecodeQuotedPrintable synacode Decodes a string from quoted printable form. (also decodes triplet sequences like '=7F')
DecodeRfcDateTime synautil Decode various string representations of date and time to Tdatetime type. This function do all timezone corrections too! This function can decode lot of formats like:

 ddd, d mmm yyyy hh:mm:ss
 ddd, d mmm yy hh:mm:ss
 ddd, mmm d yyyy hh:mm:ss
 ddd mmm dd hh:mm:ss yyyy

and more with lot of modifications, include:

Sun, 06 Nov 1994 08:49:37 GMT    ; RFC 822, updated by RFC 1123
Sunday, 06-Nov-94 08:49:37 GMT   ; RFC 850, obsoleted by RFC 1036
Sun Nov  6 08:49:37 1994         ; ANSI C

Timezone corrections known lot of symbolic timezone names (like CEST, EDT, etc.) or numeric representation (like +0200). By convention defined in RFC timezone +0000 is GMT and -0000 is current your system timezone.

DecodeTriplet synacode Decodes triplet encoding with a given character delimiter. It is used for decoding quoted-printable or URL encoding.
DecodeURL synacode Decodes a string of URL encoding. (also decodes triplet sequences like '%7F')
DecodeUU synacode Decodes a string from UUcode format.
DecodeXX synacode Decodes a string from XXcode format.
DecodeYEnc synacode decode line with Yenc code. This code is sometimes used in newsgroups.
DEFAULT_RECV_BUFFER ssl_sbb  
DESecbencrypt ssl_openssl_lib  
DESsetkeychecked ssl_openssl_lib  
DESsetoddparity ssl_openssl_lib  
DestroyIconvInterface synaicnv  
DestroySSLInterface ssl_openssl_lib  
DES_cblock ssl_openssl_lib  
des_key_schedule ssl_openssl_lib  
des_ks_struct ssl_openssl_lib  
DisableIconv synachar By this you can generally disable/enable Iconv support.
DLLIconvName synaicnv  
DLLSSLName ssl_openssl_lib  
DLLSSLName2 ssl_openssl_lib  
DLLUtilName ssl_openssl_lib  
Dump synautil Dump binary buffer stored in a string to a file with DumpFile filename.
DumpEx synautil Dump binary buffer stored in a string to a file with DumpFile filename. All bytes with code of character is written as character, not as hexadecimal value.
DumpExStr synautil Dump binary buffer stored in a string to a result string. All bytes with code of character is written as character, not as hexadecimal value.
DumpStr synautil Dump binary buffer stored in a string to a result string.
EAuthorizationError snmpsend  
EBadValue snmpsend  
ECommitFailed snmpsend  
EGenErr snmpsend  
EInconsistentName snmpsend  
EInconsistentValue snmpsend  
Encode3to4 synacode Encode by system 3to4 (used by Base64, UU coding, etc) by given table.
EncodeBase64 synacode Encodes a string to base64 format.
EncodeBase64mod synacode Encodes a string to modified base64 format. (used in IMAP, for example.)
EncodeQuotedPrintable synacode Encodes a string to triplet quoted printable form. All NonAsciiChar are encoded.
EncodeSafeQuotedPrintable synacode Encodes a string to triplet quoted printable form. All NonAsciiChar and SpecialChar are encoded.
EncodeTriplet synacode Performs triplet encoding with a given character delimiter. Used for encoding quoted-printable or URL encoding.
EncodeURL synacode Encodes a string to URL format. Used to encode critical characters in all URLs.
EncodeURLElement synacode Encodes a string to URL format. Used for encoding data from a form field in HTTP, etc. (Encodes all critical characters including characters used as URL delimiters ('/',':', etc.)
EncodeUU synacode encode UUcode. it encode only datas, you must also add header and footer for proper encode.
ENoAccess snmpsend  
ENoCreation snmpsend  
ENoError snmpsend  
ENoSuchName snmpsend  
ENotWritable snmpsend  
EReadOnly snmpsend  
EResourceUnavailable snmpsend  
ErrAlreadyInUse synaser  
ErrAlreadyOwned synaser  
ErrClearError ssl_openssl_lib  
ErrErrorString ssl_openssl_lib  
ErrFrame synaser  
ErrFreeStrings ssl_openssl_lib  
ErrGetError ssl_openssl_lib  
ErrMaxBuffer synaser  
ErrNoDeviceAnswer synaser  
ErrNotRead synaser  
ErrOverrun synaser  
ErrPortNotOpen synaser  
ErrRemoveState ssl_openssl_lib  
ErrRxOver synaser  
ErrRxParity synaser  
ErrTimeout synaser  
ErrTxFull synaser  
ErrWrongParameter synaser  
ESynapseError blcksock Exception clas used by Synapse
ESynaSerError synaser Exception type for SynaSer errors
ETooBig snmpsend  
EUndoFailed snmpsend  
EVPcleanup ssl_openssl_lib  
EvpGetDigestByName ssl_openssl_lib  
EvpPkeyAssign ssl_openssl_lib  
EvpPkeyFree ssl_openssl_lib  
EvpPkeyNew ssl_openssl_lib  
EVP_MAX_MD_SIZE ssl_openssl_lib  
EVP_PKEY ssl_openssl_lib  
EVP_PKEY_RSA ssl_openssl_lib  
EWrongEncoding snmpsend  
EWrongLength snmpsend  
EWrongType snmpsend  
EWrongValue snmpsend  
ExpandIP6 synaip Expand short form of IPv6 address to long form.
FCL_Authorization slogsend  
FCL_Clock slogsend  
FCL_FTP slogsend  
FCL_Kernel slogsend  
FCL_Local0 slogsend  
FCL_Local1 slogsend  
FCL_Local2 slogsend  
FCL_Local3 slogsend  
FCL_Local4 slogsend  
FCL_Local5 slogsend  
FCL_Local6 slogsend  
FCL_Local7 slogsend  
FCL_LogAlert slogsend  
FCL_LogAudit slogsend  
FCL_MailSystem slogsend  
FCL_News slogsend  
FCL_NTP slogsend  
FCL_Printer slogsend  
FCL_Security slogsend  
FCL_Syslogd slogsend  
FCL_System slogsend  
FCL_Time slogsend  
FCL_UserLevel slogsend  
FCL_UUCP slogsend  
Fetch synautil Fetch string from left of Value string.
FetchBin synautil Like Fetch, but working with binary strings, not with text.
FetchEx synautil Fetch string from left of Value string. This function ignore delimitesr inside quotations.
FtpGetFile ftpsend A very useful function, and example of use can be found in the TFtpSend object. Dowload specified file from FTP server to LocalFile.
FtpInterServerTransfer ftpsend A very useful function, and example of use can be found in the TFtpSend object. Initiate transfer of file between two FTP servers.
FtpPutFile ftpsend A very useful function, and example of use can be found in the TFtpSend object. Upload specified LocalFile to FTP server.
FTP_ERR ftpsend Terminating value for TLogonActions
FTP_OK ftpsend Terminating value for TLogonActions
GenerateBoundary mimepart Generates a unique boundary string.
GetBetween synautil Get string between PairBegin and PairEnd. This function respect nesting. For example:

 Value is: 'Hi! (hello(yes!))'
 pairbegin is: '('
 pairend is: ')'
 In this case result is: 'hello(yes!)'

GetBOM synachar Return BOM (Byte Order Mark) for given unicode charset.
GetCPFromID synachar Converting string with charset name to TMimeChar.
GetCurCP synachar Returns charset used by operating system.
GetCurOEMCP synachar Returns charset used by operating system as OEM charset. (in Windows DOS box, for example)
GetDateMDYFromStr synautil Decode string in format "m-d-y" to TDateTime type.
GetDNS synamisc Autodetect current DNS servers used by system. If is defined more then one DNS server, then result is comma-delimited.
GetEmailAddr synautil Returns only the e-mail portion of an address from the full address format. i.e. returns 'nobody@somewhere.com' from '"someone" <nobody@somewhere.com>'
GetEmailDesc synautil Returns only the description part from a full address format. i.e. returns 'someone' from '"someone" <nobody@somewhere.com>'
GetIDFromCP synachar Converting TMimeChar to string with name of charset.
GetIEProxy synamisc Autodetect InternetExplorer proxy setting for given protocol. This function working only on windows!
GetLocalIPs synamisc Return all known IP addresses on local system. Addresses are divided by comma.
GetMailServers dnssend A very useful function, and example of it's use is found in the TDNSSend object. This function is used to get mail servers for a domain and sort them by preference numbers. "Servers" contains only the domain names of the mail servers in the right order (without preference number!). The first domain name will always be the highest preferenced mail server. Returns boolean True if all went well.
GetMonthNumber synautil Decode three-letter string with name of month to their month number. If string not match any month name, then is returned 0. For parsing are used predefined names for English, French and German and names from system locale too.
GetParameter synautil Returns parameter value from string in format: parameter1="value1"; parameter2=value2
GetSerialPortNames synaser Returns list of existing computer serial ports. Working properly only in Windows!
GetTempFile synautil Return filename of new temporary file in Dir (if empty, then default temporary directory is used) and with optional filename prefix.
GetTick synautil Return current value of system timer with precizion 1 millisecond. Good for measure time difference.
GetTimeFromStr synautil Return decoded time from given string. Time must be witch separator ':'. You can use "hh:mm" or "hh:mm:ss".
GetUTTime synautil Return current system date and time in UTC timezone.
HeadersToList synautil Convert lines in stringlist from 'name: value' form to 'name=value' form.
HMAC_MD5 synacode Returns a binary string with HMAC-MD5 hash.
HMAC_SHA1 synacode Returns a binary string with HMAC-SHA1 hash.
HttpGetBinary httpsend A very usefull function, and example of use can be found in the THTTPSend object. It implements the GET method of the HTTP protocol. This function sends the GET method for URL document to an HTTP server. Returned document is in the "Response" stream. Returns boolean TRUE if all went well.
HttpGetText httpsend A very usefull function, and example of use can be found in the THTTPSend object. It implements the GET method of the HTTP protocol. This function sends the GET method for URL document to an HTTP server. Returned document is in the "Response" stringlist (without any headers). Returns boolean TRUE if all went well.
HttpPostBinary httpsend A very useful function, and example of use can be found in the THTTPSend object. It implements the POST method of the HTTP protocol. This function sends the SEND method for a URL document to an HTTP server. The document to be sent is located in "Data" stream. The returned document is in the "Data" stream. Returns boolean TRUE if all went well.
HttpPostFile httpsend A very useful function, and example of use can be found in the THTTPSend object. It implements the POST method of the HTTP protocol. This function sends the POST method for a URL document to an HTTP server. This function simulate posting of file by HTML form used method 'multipart/form-data'. Posting file is in DATA stream. Its name is Filename string. Fieldname is for name of formular field with file. (simulate HTML INPUT FILE) The returned document is in the ResultData Stringlist. Returns boolean TRUE if all went well.
HttpPostURL httpsend A very useful function, and example of use can be found in the THTTPSend object. It implements the POST method of the HTTP protocol. This function is good for POSTing form data. It sends the POST method for a URL document to an HTTP server. You must prepare the form data in the same manner as you would the URL data, and pass this prepared data to "URLdata". The following is a sample of how the data would appear: 'name=Lukas&field1=some%20data'. The information in the field must be encoded by EncodeURLElement function. The returned document is in the "Data" stream. Returns boolean TRUE if all went well.
i2dPrivateKeyBio ssl_openssl_lib  
i2dX509bio ssl_openssl_lib  
ICMP6_ECHO pingsend  
ICMP6_ECHOREPLY pingsend  
ICMP6_TIME_EXCEEDED pingsend  
ICMP6_UNREACH pingsend  
ICMP_ECHO pingsend  
ICMP_ECHOREPLY pingsend  
ICMP_TIME_EXCEEDED pingsend  
ICMP_UNREACH pingsend  
iconvLibHandle synaicnv  
IconvOnlyChars synachar Set of charsets supported by Iconv library only.
ICONV_GET_DISCARD_ILSEQ synaicnv  
ICONV_GET_TRANSLITERATE synaicnv  
ICONV_SET_DISCARD_ILSEQ synaicnv  
ICONV_SET_TRANSLITERATE synaicnv  
iconv_t synaicnv  
ICONV_TRIVIALP synaicnv  
IdealCharsetCoding synachar Finding best target charset from set of TMimeChars with minimal count of unconvertible characters.
IdealCharsets synachar Default set of charsets for IdealCharsetCoding function.
IdToMib asn1util Decodes MIB OID from binary form to string form.
IncPoint synautil Increase pointer by value.
IndexByBegin synautil Index of string in stringlist with same beginning as Value is returned.
InitIconvInterface synaicnv  
InitSSLInterface ssl_openssl_lib  
InlineCode mimeinln Inline MIME encoding similar to InlineEncode, but the source charset is automatically set to the system default charset, and the target charset is automatically assigned from set of allowed encoding for MIME.
InlineCodeEx mimeinln Inline mime encoding similar to InlineEncode, but you can specify source charset, and the target characterset is automatically assigned.
InlineDecode mimeinln Decodes mime inline encoding (i.e. in headers) uses target characterset "CP".
InlineEmail mimeinln Converts e-mail address to canonical mime form. Source charser it system default charset.
InlineEmailEx mimeinln Converts e-mail address to canonical mime form. You can specify source charset.
InlineEncode mimeinln Encodes string to MIME inline encoding. The source characterset is "CP", and the target charset is "MimeP".
IntMibToStr asn1util Encodes an one number from MIB OID to binary form. (used internally from MibToId)
IntToBin synautil Returns a string of binary "Digits" representing "Value".
Ip6ToStr synaip Convert IPv6 address from binary byte array to string form.
IPToID synaip Returns a string with the "Host" ip address converted to binary form.
IpToStr synaip Convert IPv4 address from binary to string form.
IsBinaryString synautil If string is binary string (contains non-printable characters), then is returned true.
IsIconvloaded synaicnv  
IsIP synaip Returns True, if "Value" is a valid IPv4 address. Cannot be a symbolic Name!
IsIP6 synaip Returns True, if "Value" is a valid IPv6 address. Cannot be a symbolic Name!
IsSSLloaded ssl_openssl_lib  
LDAPResultDump ldapsend Dump result of LDAP SEARCH into human readable form. Good for debugging.
LDAP_ASN1_ABANDON_REQUEST ldapsend  
LDAP_ASN1_ADD_REQUEST ldapsend  
LDAP_ASN1_ADD_RESPONSE ldapsend  
LDAP_ASN1_BIND_REQUEST ldapsend  
LDAP_ASN1_BIND_RESPONSE ldapsend  
LDAP_ASN1_COMPARE_REQUEST ldapsend  
LDAP_ASN1_COMPARE_RESPONSE ldapsend  
LDAP_ASN1_DEL_REQUEST ldapsend  
LDAP_ASN1_DEL_RESPONSE ldapsend  
LDAP_ASN1_EXT_REQUEST ldapsend  
LDAP_ASN1_EXT_RESPONSE ldapsend  
LDAP_ASN1_MODIFYDN_REQUEST ldapsend  
LDAP_ASN1_MODIFYDN_RESPONSE ldapsend  
LDAP_ASN1_MODIFY_REQUEST ldapsend  
LDAP_ASN1_MODIFY_RESPONSE ldapsend  
LDAP_ASN1_SEARCH_DONE ldapsend  
LDAP_ASN1_SEARCH_ENTRY ldapsend  
LDAP_ASN1_SEARCH_REFERENCE ldapsend  
LDAP_ASN1_SEARCH_REQUEST ldapsend  
LDAP_ASN1_UNBIND_REQUEST ldapsend  
LF synaser  
LF blcksock  
ListToHeaders synautil Convert lines in stringlist from 'name=value' form to 'name: value' form.
LockfileDirectory synaser  
LogFile synadbg  
MatchBoundary synautil Compare a text at position ABOL with ABoundary and return position behind the match (including a trailing CRLF if any).
MatchLastBoundary synautil Compare a text at position ABOL with ABoundary + the last boundary suffix and return position behind the match (including a trailing CRLF if any).
MaxMimeType mimepart  
MAXROUNDS synacrypt  
MD4 synacode Returns a binary string with a RSA-MD4 hashing of "Value" string.
MD5 synacode Returns a binary string with a RSA-MD5 hashing of "Value" string.
MD5LongHash synacode Returns a binary string with a RSA-MD5 hashing of string what is constructed by repeating "value" until length is "Len".
MibToId asn1util Encodes an MIB OID string to binary form.
MimeType mimepart  
NeedCharsetConversion synachar return True when value need to be converted. (It is not 7-bit ASCII)
NeedInline mimeinln Returns True, if "Value" contains characters needed for inline coding.
NoIconvChars synachar Set of charsets supported by internal routines only.
NonAsciiChar synacode  
NormalizeHeader synautil Read header from "Value" stringlist beginning at "Index" position. If header is Splitted into multiple lines, then this procedure de-split it into one line.
OPENSSLaddallalgorithms ssl_openssl_lib  
OPENSSL_DES_DECRYPT ssl_openssl_lib  
OPENSSL_DES_ENCRYPT ssl_openssl_lib  
PadString synautil Return padded string. If length is greater, string is truncated. If length is smaller, string is padded by Pad character.
ParseParameters synautil parse value string with elements differed by ';' into stringlist.
ParseParametersEx synautil parse value string with elements differed by Delimiter into stringlist.
ParseURL synautil Parses a URL to its various components.
PASN1_INTEGER ssl_openssl_lib  
PASN1_UTCTIME ssl_openssl_lib  
PBIO ssl_openssl_lib  
PBIO_METHOD ssl_openssl_lib  
PDES_cblock ssl_openssl_lib  
PDUGetBulkRequest snmpsend  
PDUGetNextRequest snmpsend  
PDUGetRequest snmpsend  
PDUGetResponse snmpsend  
PDUInformRequest snmpsend  
PDUReport snmpsend  
PDUSetRequest snmpsend  
PDUTrap snmpsend  
PDUTrapV2 snmpsend  
PEMReadBioX509 ssl_openssl_lib  
PEVP_MD ssl_openssl_lib  
PFunction ssl_openssl_lib  
PingHost pingsend A very useful function and example of its use would be found in the TPINGSend object. Use it to ping to any host. If successful, returns the ping time in milliseconds. Returns -1 if an error occurred.
PInteger ssl_openssl_lib  
PKCS12free ssl_openssl_lib  
PKCS12parse ssl_openssl_lib  
PortIsClosed synaser  
PosCRLF synautil return position of string terminator in string. If terminator found, then is returned in terminator parameter. Possible line terminators are: CRLF, LFCR, CR, LF
PosFrom synautil Like Pos function, buf from given string possition.
PPasswdCb ssl_openssl_lib  
PRSA ssl_openssl_lib  
PSSL ssl_openssl_lib  
PSslPtr ssl_openssl_lib  
PSSL_CTX ssl_openssl_lib  
PSSL_METHOD ssl_openssl_lib  
PSTACK ssl_openssl_lib  
PtrInt synafpc  
PX509 ssl_openssl_lib  
PX509_NAME ssl_openssl_lib  
QTYPE_A dnssend  
QTYPE_AAAA dnssend  
QTYPE_AFSDB dnssend  
QTYPE_ALL dnssend  
QTYPE_AXFR dnssend  
QTYPE_CNAME dnssend  
QTYPE_GPOS dnssend  
QTYPE_HINFO dnssend  
QTYPE_ISDN dnssend  
QTYPE_KEY dnssend  
QTYPE_KX dnssend  
QTYPE_LOC dnssend  
QTYPE_MAILA dnssend  
QTYPE_MAILB dnssend  
QTYPE_MB dnssend  
QTYPE_MD dnssend  
QTYPE_MF dnssend  
QTYPE_MG dnssend  
QTYPE_MINFO dnssend  
QTYPE_MR dnssend  
QTYPE_MX dnssend  
QTYPE_NAPTR dnssend  
QTYPE_NS dnssend  
QTYPE_NSAP dnssend  
QTYPE_NSAPPTR dnssend  
QTYPE_NULL dnssend  
QTYPE_NXT dnssend  
QTYPE_PTR dnssend  
QTYPE_PX dnssend  
QTYPE_RP dnssend  
QTYPE_RT dnssend  
QTYPE_SIG dnssend  
QTYPE_SOA dnssend  
QTYPE_SPF dnssend  
QTYPE_SRV dnssend  
QTYPE_TXT dnssend  
QTYPE_WKS dnssend  
QTYPE_X25 dnssend  
QuoteStr synautil Quote Value string. If Value contains some Quote chars, then it is doubled.
RandScreen ssl_openssl_lib  
ReadStrFromStream synautil read string with requested length form stream.
RecvTrap snmpsend A very useful function and example of its use would be found in the TSNMPSend object. It receives a TRAPv1 and returns all the data that comes with it.
ReplaceString synautil Replaces all "Search" string values found within "Value" string, with the "Replace" string value.
Replace_Czech synachar Character replace table for remove Czech diakritics.
Replace_None synachar null character replace table. (Usable for disable charater replacing.)
ReTablebase64 synacode  
ReTableUU synacode  
ReTableXX synacode  
ReverseIP synaip Convert IPv4 address to reverse form.
ReverseIP6 synaip Convert IPv6 address to reverse form.
Rfc822DateTime synautil Returns current time in format defined in RFC-822. Useful for SMTP messages, but other protocols use this time format as well. Results contains the timezone specification. Four digit year is used to break any Y2K concerns. (Example 'Fri, 15 Oct 1999 21:14:56 +0200')
RPos synautil It is like POS function, but from right side of Value string.
RPosEx synautil It is like RPos, but search is from specified possition.
RsaGenerateKey ssl_openssl_lib  
SB1 synaser stopbit value for 1 stopbit
SB1andHalf synaser stopbit value for 1.5 stopbit
SB2 synaser stopbit value for 2 stopbits
SearchForBoundary synautil Search ABoundary in a buffer starting at APtr. Return beginning of the ABoundary. Move APtr forward behind a trailing CRLF if any).
SearchForLineBreak synautil Search for one of line terminators CR, LF or NUL. Return position of the line beginning and length of text.
SendTo smtpsend A very useful function and example of its use would be found in the TSMTPsend object. Send "Maildata" (text of e-mail without any SMTP headers!) from "MailFrom" e-mail address to "MailTo" e-mail address with "Subject". (If you need more then one receiver, then separate their addresses by comma).

This function constructs all needed SMTP headers (with DATE header) and sends the e-mail to the SMTP server defined in the "SMTPhost" parameter. If the e-mail message is successfully sent, the result will be True.

If you need use different port number then standard, then add this port number to SMTPhost after colon. (i.e. '127.0.0.1:1025')

SendToEx smtpsend A very useful function and example of its use would be found in the TSMTPsend object. Sends "MailData" (text of e-mail without any SMTP headers!) from "MailFrom" e-mail address to "MailTo" e-mail address (If you need more then one receiver, then separate their addresses by comma).

This function sends the e-mail to the SMTP server defined in the "SMTPhost" parameter. Username and password are used for authorization to the "SMTPhost". If you dont want authorization, set "Username" and "Password" to empty Strings. If the e-mail message is successfully sent, the result will be True.

If you need use different port number then standard, then add this port number to SMTPhost after colon. (i.e. '127.0.0.1:1025')

SendToRaw smtpsend A very useful function and example of its use would be found in the TSMTPsend object. Send maildata (text of e-mail with all SMTP headers! For example when text of message is created by TMimeMess object) from "MailFrom" e-mail address to "MailTo" e-mail address (If you need more then one receiver, then separate their addresses by comma).

Function sends e-mail to a SMTP server defined in "SMTPhost" parameter. Username and password are used for authorization to the "SMTPhost". If you don't want authorization, set "Username" and "Password" to empty strings. If e-mail message is successfully sent, the result returns True.

If you need use different port number then standard, then add this port number to SMTPhost after colon. (i.e. '127.0.0.1:1025')

SendTrap snmpsend A very useful function and example of its use would be found in the TSNMPSend object. It implements a TRAPv1 to send with all data in the parameters.
SeparateLeft synautil Returns a portion of the "Value" string located to the left of the "Delimiter" string. If a delimiter is not found, results is original string.
SeparateRight synautil Returns the portion of the "Value" string located to the right of the "Delimiter" string. If a delimiter is not found, results is original string.
sErr synaser  
SetUTTime synautil Set Newdt as current system date and time in UTC timezone. This function work only if you have administrator rights!
SHA1 synacode Returns a binary string with a SHA-1 hashing of "Value" string.
SHA1LongHash synacode Returns a binary string with a SHA-1 hashing of string what is constructed by repeating "value" until length is "Len".
SimpleDateTime synautil Returns date and time in format defined in format 'yymmdd hhnnss'
size_t synaicnv  
SkipLineBreak synautil Skip both line terminators CR LF (if any). Move APtr position forward.
SkipNullLines synautil Skip all blank lines in a buffer starting at APtr and move APtr position forward.
SkX509PopFree ssl_openssl_lib  
Sleep synafpc  
SNMPGet snmpsend A very useful function and example of its use would be found in the TSNMPSend object. It implements basic GET method of the SNMP protocol. The MIB value is located in the "OID" variable, and is sent to the requested "SNMPHost" with the proper "Community" access identifier. Upon a successful retrieval, "Value" will contain the information requested. If the SNMP operation is successful, the result returns True.
SNMPGetNext snmpsend A very useful function and example of its use would be found in the TSNMPSend object. It implements basic GETNEXT method of the SNMP protocol. The MIB value is located in the "OID" variable, and is sent to the requested "SNMPHost" with the proper "Community" access identifier. Upon a successful retrieval, "Value" will contain the information requested. If the SNMP operation is successful, the result returns True.
SNMPGetTable snmpsend A very useful function and example of its use would be found in the TSNMPSend object. It implements basic read of SNMP MIB tables. As BaseOID you must specify basic MIB OID of requested table (base IOD is OID without row and column specificator!) Table is readed into stringlist, where each string is comma delimited string.

Warning: this function is not have best performance. For better performance you must write your own function. best performace you can get by knowledge of structuture of table and by more then one MIB on one query.

SNMPGetTableElement snmpsend A very useful function and example of its use would be found in the TSNMPSend object. It implements basic read of SNMP MIB table element. As BaseOID you must specify basic MIB OID of requested table (base IOD is OID without row and column specificator!) As next you must specify identificator of row and column for specify of needed field of table.
SNMPSet snmpsend This is useful function and example of use TSNMPSend object. It implements the basic SET method of the SNMP protocol. If the SNMP operation is successful, the result is True. "Value" is value of MIB Oid for "SNMPHost" with "Community" access identifier. You must specify "ValueType" too.
SNMP_V1 snmpsend  
SNMP_V2C snmpsend  
SNMP_V3 snmpsend  
sOK synaser  
SpecialChar synacode  
SslAccept ssl_openssl_lib  
SSLCipherGetBits ssl_openssl_lib  
SSLCipherGetName ssl_openssl_lib  
SslConnect ssl_openssl_lib  
SSLCtrl ssl_openssl_lib  
SslCtxCheckPrivateKeyFile ssl_openssl_lib  
SslCtxCtrl ssl_openssl_lib  
SslCtxFree ssl_openssl_lib  
SslCtxLoadVerifyLocations ssl_openssl_lib  
SslCtxNew ssl_openssl_lib  
SslCtxSetCipherList ssl_openssl_lib  
SslCtxSetDefaultPasswdCb ssl_openssl_lib  
SslCtxSetDefaultPasswdCbUserdata ssl_openssl_lib  
SslCtxSetVerify ssl_openssl_lib  
SslCtxUseCertificate ssl_openssl_lib  
SslCtxUseCertificateASN1 ssl_openssl_lib  
SslCtxUseCertificateChainFile ssl_openssl_lib  
SslCtxUseCertificateFile ssl_openssl_lib  
SslCtxUsePrivateKey ssl_openssl_lib  
SslCtxUsePrivateKeyASN1 ssl_openssl_lib  
SslCtxUsePrivateKeyFile ssl_openssl_lib  
SSLeayversion ssl_openssl_lib  
SslFree ssl_openssl_lib  
SSLGetCurrentCipher ssl_openssl_lib  
SslGetError ssl_openssl_lib  
SslGetPeerCertificate ssl_openssl_lib  
SSLGetVerifyResult ssl_openssl_lib  
SslGetVersion ssl_openssl_lib  
SSLImplementation blcksock Selected SSL plugin. Default is TSSLNone.

Do not change this value directly!!!

Just add your plugin unit to your project uses instead. Each plugin unit have initialization code what modify this variable.

SSLLibFile ssl_openssl_lib  
SSLLibHandle ssl_openssl_lib  
SslLibraryInit ssl_openssl_lib  
SslLoadErrorStrings ssl_openssl_lib  
SslMethodTLSV1 ssl_openssl_lib  
SslMethodV2 ssl_openssl_lib  
SslMethodV23 ssl_openssl_lib  
SslMethodV3 ssl_openssl_lib  
SslNew ssl_openssl_lib  
SslPeek ssl_openssl_lib  
SslPending ssl_openssl_lib  
SslPtr ssl_openssl_lib  
SslRead ssl_openssl_lib  
SslSetFd ssl_openssl_lib  
SslShutdown ssl_openssl_lib  
SSLUtilFile ssl_openssl_lib  
SSLUtilHandle ssl_openssl_lib  
SslWrite ssl_openssl_lib  
SSL_CTRL_SET_TLSEXT_HOSTNAME ssl_openssl_lib  
SSL_ERROR_NONE ssl_openssl_lib  
SSL_ERROR_SSL ssl_openssl_lib  
SSL_ERROR_SYSCALL ssl_openssl_lib  
SSL_ERROR_WANT_ACCEPT ssl_openssl_lib  
SSL_ERROR_WANT_CONNECT ssl_openssl_lib  
SSL_ERROR_WANT_READ ssl_openssl_lib  
SSL_ERROR_WANT_WRITE ssl_openssl_lib  
SSL_ERROR_WANT_X509_LOOKUP ssl_openssl_lib  
SSL_ERROR_ZERO_RETURN ssl_openssl_lib  
SSL_FILETYPE_ASN1 ssl_openssl_lib  
SSL_FILETYPE_PEM ssl_openssl_lib  
SSL_OP_ALL ssl_openssl_lib  
SSL_OP_NO_SSLv2 ssl_openssl_lib  
SSL_OP_NO_SSLv3 ssl_openssl_lib  
SSL_OP_NO_TLSv1 ssl_openssl_lib  
SSL_VERIFY_NONE ssl_openssl_lib  
SSL_VERIFY_PEER ssl_openssl_lib  
StringsTrim synautil Delete empty strings from end of stringlist.
StringToWide synachar Convert binary string with unicode content to WideString.
StrToHex synautil Returns a string with hexadecimal digits representing the corresponding values of the bytes found in "Value" string.
StrToIp synaip Convert IPv4 address from their string form to binary.
StrToIp6 synaip Convert IPv6 address from their string form to binary byte array.
SwapBytes synautil swap bytes in integer.
SynaIconv synaicnv  
SynaIconvClose synaicnv  
SynaIconvCtl synaicnv  
SynaIconvOpen synaicnv  
SynaIconvOpenIgnore synaicnv  
SynaIconvOpenTranslit synaicnv  
SynapseRelease blcksock  
TableBase64 synacode  
TableBase64mod synacode  
TableUU synacode  
TableXX synacode  
TBlockSerial synaser Main class implementing all communication routines
TBlockSocket blcksock Basic IP object.
TClamSend clamsend Implementation of ClamAV-daemon client protocol
TCustomSSL blcksock Parent class for all SSL plugins.
TDesKeyData synacrypt Datatype for holding one DES key data
TDgramBlockSocket blcksock Datagram based communication
TDNSSend dnssend Implementation of DNS protocol by UDP or TCP protocol.
Test3Des synacrypt Call internal test of all 3DES encryptions. Returns True if all is OK.
TestAes synacrypt Call internal test of all AES encryptions. Returns True if all is OK.
TestDes synacrypt Call internal test of all DES encryptions. Returns True if all is OK.
TFTPList ftpsend This is TList of TFTPListRec objects.
TFTPListRec ftpsend Object for holding file information
TFTPSend ftpsend Implementation of FTP protocol.
TFTPStatus ftpsend Procedural type for OnStatus event. Sender is calling TFTPSend object. Value is FTP command or reply to this comand. (if it is reply, Response is True).
THookAfterConnect blcksock This procedural type is used for hook OnAfterConnect. By this hook you can insert your code after TCP socket has been sucessfully connected.
THookCreateSocket blcksock This procedural type is used for hook OnCreateSocket. By this hook you can insert your code after initialisation of socket. (you can set special socket options, etc.)
THookDataFilter blcksock This procedural type is used for DataFilter hooks.
THookHeartbeat blcksock This procedural type is used for hook OnHeartbeat. By this hook you can call your code repeately during long socket operations. You must enable heartbeats by HeartbeatRate property!
THookMonitor blcksock This procedural type is used for monitoring of communication.
THookSerialReason synaser Possible status event types for THookSerialStatus
THookSerialStatus synaser procedural prototype for status event hooking
THookSocketReason blcksock Types of OnStatus events
THookSocketStatus blcksock Procedural type for OnStatus event. Sender is calling TBlockSocket object, Reason is one of set Status events and value is optional data.
THookVerifyCert blcksock This procedural type is used for hook OnVerifyCert. By this hook you can insert your additional certificate verification code. Usefull to verify server CN against URL.
THookWalkPart mimepart Procedural type for TMimePart.WalkPart hook
THTTPSend httpsend abstract(Implementation of HTTP protocol.)
TickDelta synautil Return difference between two timestamps. It working fine only for differences smaller then maxint. (difference must be smaller then 24 days.)
TICMPBlockSocket blcksock Implementation of RAW ICMP socket.
TICMPError pingsend List of possible ICMP reply packet types.
TIMAPSend imapsend Implementation of IMAP4 protocol.
TimeZone synautil Return your timezone bias from UTC time in string representation like "+0200".
TimeZoneBias synautil Return your timezone bias from UTC time in minutes.
TIp6Bytes synaip binary form of IPv6 adress (for string conversion routines)
TIp6Words synaip binary form of IPv6 adress (for string conversion routines)
TIPHeader blcksock Record with definition of IP packet header.
TLDAPAttribute ldapsend LDAP attribute with list of their values
TLDAPAttributeList ldapsend List of TLDAPAttribute
TLDAPModifyOp ldapsend Define possible operations for LDAP MODIFY operations.
TLDAPResult ldapsend LDAP result object
TLDAPResultList ldapsend List of LDAP result objects
TLDAPSearchAliases ldapsend Specify possible values about alias dereferencing.
TLDAPSearchScope ldapsend Specify possible values for search scope.
TLDAPSend ldapsend Implementation of LDAP client
TLibHandle synafpc  
TLNT_AO tlntsend  
TLNT_AYT tlntsend  
TLNT_BREAK tlntsend  
TLNT_DATA_MARK tlntsend  
TLNT_DO tlntsend  
TLNT_DONT tlntsend  
TLNT_EC tlntsend  
TLNT_EL tlntsend  
TLNT_EOR tlntsend  
TLNT_GA tlntsend  
TLNT_IAC tlntsend  
TLNT_IP tlntsend  
TLNT_NOP tlntsend  
TLNT_SB tlntsend  
TLNT_SE tlntsend  
TLNT_WILL tlntsend  
TLNT_WONT tlntsend  
TLogonActions ftpsend Array for holding definition of logon sequence.
TLSEXT_NAMETYPE_host_name ssl_openssl_lib  
TMessHeader mimemess Object for basic e-mail header fields.
TMessHeaderClass mimemess  
TMessPriority mimemess Possible values for message priority
TMimeChar synachar Type with all supported charsets.
TMimeEncoding mimepart The various types of possible part encodings.
TMimeMess mimemess Object for handling of e-mail message.
TMimePart mimepart Object for working with parts of MIME e-mail.
TMimePrimary mimepart The four types of MIME parts. (textual, multipart, message or any other binary data.)
TMimeSetChar synachar Set of any charsets.
TNNTPSend nntpsend abstract(Implementation of Network News Transfer Protocol.

Note: Are you missing properties for setting Username and Password? Look to parent TSynaClient object!

Are you missing properties for specify server address and port? Look to parent TSynaClient too!

TNtp sntpsend Record containing the NTP packet.
ToSysLog slogsend Simply send packet to specified Syslog server.
TPGMMessageBlockSocket blcksock Implementation of PGM-message socket.
TPGMStreamBlockSocket blcksock Implementation of PGM-stream socket.
TPINGSend pingsend Implementation of ICMP PING and ICMPv6 PING.
TPOP3AuthType pop3send The three types of possible authorization methods for "logging in" to a POP3 server.
TPOP3Send pop3send Implementation of POP3 client protocol.
TProxySetting synamisc This record contains information about proxy setting.
TraceRouteHost pingsend A very useful function and example of its use would be found in the TPINGSend object. Use it to TraceRoute to any host.
TRAWBlockSocket blcksock Implementation of RAW socket.
TrimSP synautil Like Trim, but remove only spaces, not control characters!
TrimSPLeft synautil Like TrimLeft, but remove only spaces, not control characters!
TrimSPRight synautil Like TrimRight, but remove only spaces, not control characters!
TSkPopFreeFunc ssl_openssl_lib  
TSMTPSend smtpsend Implementation of SMTP and ESMTP procotol
TSNMPMib snmpsend Data object with one record of MIB OID and corresponding values.
TSNMPRec snmpsend Data object abstracts SNMP data packet
TSNMPSend snmpsend Implementation of SNMP protocol.
TSNTPSend sntpsend Implementation of NTP and SNTP client protocol
TSocketFamily blcksock Specify family of socket.
TSocksBlockSocket blcksock Support for SOCKS4 and SOCKS5 proxy
TSocksType blcksock specify possible values of SOCKS modes.
TSpecials synacode  
TSSLClass blcksock  
TSSLCryptLib ssl_cryptlib class implementing CryptLib SSL/SSH plugin.
TSSLNone blcksock Default SSL plugin with no SSL support.
TSSLOpenSSL ssl_openssl class implementing OpenSSL SSL plugin.
TSSLSBB ssl_sbb class implementing SecureBlackbox SSL plugin.
TSSLStreamSec ssl_streamsec class implementing StreamSecII SSL plugin.
TSSLType blcksock Specify requested SSL/TLS version for secure connection.
TSyna3Des synacrypt Implementation of 3DES encryption
TSynaAes synacrypt Implementation of AES encryption
TSynaBlockCipher synacrypt Implementation of common routines block ciphers (dafault size is 64-bits)
TSynaClient blcksock Parent class of application protocol implementations.
TSynaCustomDes synacrypt Implementation of common routines for DES encryption
TSynaDebug synadbg  
TSynaDes synacrypt Implementation of DES encryption
TSynaOption blcksock this object is used for remember delayed socket option set.
TSynaOptionType blcksock Specify type of socket delayed option.
TSyslogMessage slogsend encoding or decoding of SYSLOG message
TSyslogSend slogsend This object implement BSD SysLog client
TSyslogSeverity slogsend Define possible priority of Syslog message
TTCPBlockSocket blcksock Implementation of TCP socket.
TTelnetSend tlntsend Class with implementation of Telnet/SSH script client.
TTelnetState tlntsend State of telnet protocol
TTFTPSend ftptsend Implementation of TFTP client and server
TTransferEncoding httpsend These encoding types are used internally by the THTTPSend object to identify the transfer data types.
TUDPBlockSocket blcksock Implementation of UDP socket.
TV3Auth snmpsend Type of SNMPv3 authorization
TV3Flags snmpsend Possible values for SNMPv3 flags.
TV3Priv snmpsend Type of SNMPv3 privacy
TV3Sync snmpsend It holding all information for SNMPv3 agent synchronization
TX509Free ssl_openssl_lib  
UnquoteStr synautil Remove quotation from Value string. If Value is not quoted, then return same string without any modification.
UpdateCrc16 synacode Returns a new CRC16 value after adding a new byte of data.
UpdateCrc32 synacode Returns a new CRC32 value after adding a new byte of data.
URLFullSpecialChar synacode  
URLSpecialChar synacode  
WakeOnLan synamisc By this function you can turn-on computer on network, if this computer supporting Wake-on-lan feature. You need MAC number (network card indentifier) of computer for turn-on. You can also assign target IP addres. If you not specify it, then is used broadcast for delivery magic wake-on packet. However broadcasts workinh only on your local network. When you need to wake-up computer on another network, you must specify any existing IP addres on same network segment as targeting computer.
WideToString synachar Convert WideString to binary string with unicode content.
WriteStrToStream synautil write string to stream.
X509Digest ssl_openssl_lib  
X509Free ssl_openssl_lib  
X509GetIssuerName ssl_openssl_lib  
X509GetSerialNumber ssl_openssl_lib  
X509GetSubjectName ssl_openssl_lib  
X509GmtimeAdj ssl_openssl_lib  
X509NameAddEntryByTxt ssl_openssl_lib  
X509NameHash ssl_openssl_lib  
X509NameOneline ssl_openssl_lib  
X509New ssl_openssl_lib  
X509print ssl_openssl_lib  
X509SetIssuerName ssl_openssl_lib  
X509SetNotAfter ssl_openssl_lib  
X509SetNotBefore ssl_openssl_lib  
X509SetPubkey ssl_openssl_lib  
X509SetVersion ssl_openssl_lib  
X509Sign ssl_openssl_lib  
X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH ssl_openssl_lib  
X509_V_ERR_AKID_SKID_MISMATCH ssl_openssl_lib  
X509_V_ERR_APPLICATION_VERIFICATION ssl_openssl_lib  
X509_V_ERR_CERT_CHAIN_TOO_LONG ssl_openssl_lib  
X509_V_ERR_CERT_HAS_EXPIRED ssl_openssl_lib  
X509_V_ERR_CERT_NOT_YET_VALID ssl_openssl_lib  
X509_V_ERR_CERT_REJECTED ssl_openssl_lib  
X509_V_ERR_CERT_REVOKED ssl_openssl_lib  
X509_V_ERR_CERT_SIGNATURE_FAILURE ssl_openssl_lib  
X509_V_ERR_CERT_UNTRUSTED ssl_openssl_lib  
X509_V_ERR_CRL_HAS_EXPIRED ssl_openssl_lib  
X509_V_ERR_CRL_NOT_YET_VALID ssl_openssl_lib  
X509_V_ERR_CRL_SIGNATURE_FAILURE ssl_openssl_lib  
X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT ssl_openssl_lib  
X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD ssl_openssl_lib  
X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD ssl_openssl_lib  
X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD ssl_openssl_lib  
X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD ssl_openssl_lib  
X509_V_ERR_INVALID_CA ssl_openssl_lib  
X509_V_ERR_INVALID_PURPOSE ssl_openssl_lib  
X509_V_ERR_KEYUSAGE_NO_CERTSIGN ssl_openssl_lib  
X509_V_ERR_OUT_OF_MEM ssl_openssl_lib  
X509_V_ERR_PATH_LENGTH_EXCEEDED ssl_openssl_lib  
X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN ssl_openssl_lib  
X509_V_ERR_SUBJECT_ISSUER_MISMATCH ssl_openssl_lib  
X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY ssl_openssl_lib  
X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE ssl_openssl_lib  
X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE ssl_openssl_lib  
X509_V_ERR_UNABLE_TO_GET_CRL ssl_openssl_lib  
X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER ssl_openssl_lib  
X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT ssl_openssl_lib  
X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY ssl_openssl_lib  
X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE ssl_openssl_lib  
X509_V_ERR_UNHANDLED_CRITICAL_EXTENSION ssl_openssl_lib  
X509_V_ILLEGAL ssl_openssl_lib  
X509_V_OK ssl_openssl_lib  
XorString synautil XOR each byte in the strings
_X509Free ssl_openssl_lib  

Generated by PasDoc 0.9.0 on 2012-04-23 21:38:59