summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***gnutls_0_5_2Nikos Mavrogiannopoulos2002-08-221-0/+2
* corrected bug in SSL3 random generation function. Now the export ciphersuite ...Nikos Mavrogiannopoulos2002-08-212-76/+104
* Added the first exportable ciphersuite (TLS_RSA_WITH_RC4_EXPORT_MD5). This on...Nikos Mavrogiannopoulos2002-08-217-253/+402
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-211-1/+0
* Added some initials for the export cipher suites.gnutls_0_5_x_with_export_ciphersuitesNikos Mavrogiannopoulos2002-08-218-65/+197
* included the change cipher specs in gnutls_handshake_get_direction().Nikos Mavrogiannopoulos2002-08-201-0/+8
* gnutls_handshake_check_direction() renamed to gnutls_handshake_get_direction().Nikos Mavrogiannopoulos2002-08-182-3/+3
* Added the gnutls_handshake_set_exportable_detection() function, whichNikos Mavrogiannopoulos2002-08-184-18/+52
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-181-2/+6
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-171-2/+2
* Added gnutls_cipher_suite_get_name(). This functions constructs the name of a...Nikos Mavrogiannopoulos2002-08-172-1/+29
* Added new function gnutls_handshake_check_direction(), which returns the stat...Nikos Mavrogiannopoulos2002-08-153-0/+31
* added some missing constsNikos Mavrogiannopoulos2002-08-152-8/+8
* Added a special error code for cases where the peer (server) supports only ex...Nikos Mavrogiannopoulos2002-07-203-9/+21
* *** empty log message ***gnutls_0_5_1Nikos Mavrogiannopoulos2002-07-181-2/+2
* Fixes in zlib compression code. gnutls_global_init_extra() in libgnutls-extra...Nikos Mavrogiannopoulos2002-07-1514-114/+153
* Added gnutls_transport_set_ptr2() which accepts two pointers.Nikos Mavrogiannopoulos2002-07-134-6/+53
* *** empty log message ***Nikos Mavrogiannopoulos2002-07-121-0/+3
* moved to libgcrypt 1.1.8Nikos Mavrogiannopoulos2002-07-122-3/+1
* corrected m4 macros for gnutlsNikos Mavrogiannopoulos2002-07-121-2/+2
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-1035-34/+141
* *** empty log message ***Nikos Mavrogiannopoulos2002-07-102-2/+3
* Now gnutls_deinit() removes abnormally terminated sessions. Added the _gnutls...Nikos Mavrogiannopoulos2002-07-102-4/+42
* *** empty log message ***Nikos Mavrogiannopoulos2002-07-071-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-07-051-5/+1
* Added defines for old function names.Nikos Mavrogiannopoulos2002-07-052-0/+8
* Corrected bug in the mpi extraction function from X.509 certificates (affects...Nikos Mavrogiannopoulos2002-07-041-3/+4
* Made the xml convertion functions more mnemonic. Several other fixes in the c...Nikos Mavrogiannopoulos2002-06-307-11/+9
* Several (internal) cleanups. Const flags are better used now.Nikos Mavrogiannopoulos2002-06-3022-56/+64
* Better organization of cert2gnutls_cert function.Nikos Mavrogiannopoulos2002-06-292-41/+60
* Now certificate decoding makes use of partial DER decoding of the libtasn1 li...Nikos Mavrogiannopoulos2002-06-286-58/+93
* Improved XML output.Nikos Mavrogiannopoulos2002-06-251-0/+51
* The TLS handshake no longer fails if the X.509 extensions in the Certificate ...Nikos Mavrogiannopoulos2002-06-2211-28/+44
* Added new string functions to handle the XML string stuff.Nikos Mavrogiannopoulos2002-06-223-5/+132
* Renamed credential allocation functions from *_sc() to *_cred().Nikos Mavrogiannopoulos2002-06-227-27/+50
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-225-4/+10
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-211-46/+35
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-213-25/+120
* corrected countryNameNikos Mavrogiannopoulos2002-06-211-5/+2
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-213-7/+55
* Exported gnutls_cipher_get_key_size(). Better name printing for MAC algorithms.Nikos Mavrogiannopoulos2002-06-215-10/+28
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-201-4/+0
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-202-85/+148
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-202-3/+3
* _func abreviation is no longer used. Functions renamed to _function.Nikos Mavrogiannopoulos2002-06-196-68/+35
* x509_xml.cNikos Mavrogiannopoulos2002-06-191-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-191-6/+9
* Corrected bug in PKCS-1 RSA encryption.Nikos Mavrogiannopoulos2002-06-191-0/+5
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-161-25/+59
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-163-3/+23