summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* License changed to LGPLNikos Mavrogiannopoulos2002-05-1451-555/+602
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-05-141-13/+29
|
* Some cleanups in the Diffie Hellman code.Nikos Mavrogiannopoulos2002-05-131-19/+8
|
* Added the missing user_ptr pointer in gnutls_internals.Nikos Mavrogiannopoulos2002-05-131-0/+2
|
* Added gnutls_state_set_ptr() and gnutls_state_get_ptr() functions, toNikos Mavrogiannopoulos2002-05-112-0/+32
| | | | assist in callback functions.
* Corrected prototypes for callback selector functions, which now accept the ↵Nikos Mavrogiannopoulos2002-05-111-3/+3
| | | | state.
* *** empty log message ***Nikos Mavrogiannopoulos2002-05-1012-12/+10
|
* renamed gnutls_gcry* to gnutls_mpi*Nikos Mavrogiannopoulos2002-05-084-7/+5
|
* Updated libgcrypt initialization stuff. Now depends on libgcrypt 1.1.7, and ↵Nikos Mavrogiannopoulos2002-05-081-2/+13
| | | | only initializes libgcrypt if this has not been done before.
* Cleaned up the big number support.Nikos Mavrogiannopoulos2002-05-0122-251/+235
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-05-011-9/+13
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-04-291-2/+0
|
* Adjust the code for the new OpenCDK version.Timo Schulz2002-04-211-126/+82
|
* Optimized memory handling in the record protocol.Nikos Mavrogiannopoulos2002-04-2110-148/+208
|
* Added stubs when SRP or anonymous authentication are disabled, to preserve ↵Nikos Mavrogiannopoulos2002-04-214-33/+86
| | | | binary compatibility
* gnutls_session_resumed() was renamed to gnutls_session_is_resumed(), and ↵Nikos Mavrogiannopoulos2002-04-192-8/+8
| | | | changed semantics, to make the return value be the obvious one.
* Added function to report if a session is a resumed one. See ↵Nikos Mavrogiannopoulos2002-04-184-3/+31
| | | | gnutls_session_resumed().
* Applied the fixes for the new code.Timo Schulz2002-04-181-9/+13
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-04-181-1/+1
|
* Some minor fixes in SRP support. Changed extension generation. Now lessNikos Mavrogiannopoulos2002-04-1811-42/+69
| | | | allocation with malloc are done.
* *** empty log message ***Nikos Mavrogiannopoulos2002-04-161-0/+6
|
* Fixed description of gnutls_x509_extract_certificate_subject_alt_name().Nikos Mavrogiannopoulos2002-04-141-2/+2
|
* Some modifications for the new OpenCDK code.Timo Schulz2002-04-131-8/+8
|
* better doc (internal) for _gnutls_int2str()Nikos Mavrogiannopoulos2002-04-122-4/+5
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-04-102-2/+3
|
* Added function which disables the version check in the RSA premaster secret ↵Nikos Mavrogiannopoulos2002-04-103-7/+34
| | | | -only needed in server side
* separated asn1 parser library and tls library documentationNikos Mavrogiannopoulos2002-04-081-2/+0
|
* changes for 0.4.1gnutls_0_4_1Nikos Mavrogiannopoulos2002-04-081-1/+2
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-04-061-0/+3
|
* fixed case where a certificate could be both invalid and trusted.Nikos Mavrogiannopoulos2002-04-061-3/+9
|
* Improved X.509 time convertion functionsNikos Mavrogiannopoulos2002-04-044-184/+187
|
* GNUTLS_E_UNIX_TIME_LIMIT_REACHED error code was removedNikos Mavrogiannopoulos2002-04-043-11/+0
|
* Added kludge in order to work with dates over 2036Nikos Mavrogiannopoulos2002-04-041-0/+12
|
* GNUTLS_CERT_EXPIRED is no longer returned by verification functions. Added ↵Nikos Mavrogiannopoulos2002-04-049-63/+119
| | | | functions to check the expiration and activation date of peer's certificate. See gnutls_certificate_expiration_time_peers().
* Replaced mktime() with mktime_utc(). This corrects a bug withNikos Mavrogiannopoulos2002-04-042-92/+181
| | | | the localtime returned by mktime().
* merged changes from gnutls_0_4_with_alloca.Nikos Mavrogiannopoulos2002-04-039-144/+171
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-04-031-7/+0
|
* Optimized RSA signature calculationNikos Mavrogiannopoulos2002-04-032-27/+72
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-04-022-6/+2
|
* *** empty log message ***gnutls_0_4_0Nikos Mavrogiannopoulos2002-04-011-1/+1
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-312-4/+5
|
* Error codes of ASN.1 parser are now independent, with a map toNikos Mavrogiannopoulos2002-03-3112-101/+136
| | | | gnutls' error codes.
* cleanupsNikos Mavrogiannopoulos2002-03-311-46/+40
|
* Added the text for gnutls_openpgp_extract_key_pk_algorithm.Nikos Mavrogiannopoulos2002-03-301-2/+18
|
* Removed the CRL list parameter from gnutls_certificate_set_x509_trust_*.Nikos Mavrogiannopoulos2002-03-302-9/+7
|
* gnutls_certificate_set_x509_trust_*() now accept single DER certificatesNikos Mavrogiannopoulos2002-03-301-3/+3
| | | | or PEM certificate lists.
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-291-1/+3
|
* Added ability to read DSA DER formatted keys, and corrected bugs inNikos Mavrogiannopoulos2002-03-293-72/+109
| | | | DER certificate reading.
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-291-17/+16
|
* Prefixed with underscore several internal functions.Nikos Mavrogiannopoulos2002-03-2918-197/+197
|