summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Added the gnutls_x509_extract_dn_string() function.Nikos Mavrogiannopoulos2002-12-122-13/+78
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-121-4/+4
|
* *** empty log message ***gnutls_0_6_0Nikos Mavrogiannopoulos2002-12-081-2/+6
|
* some cleanupsNikos Mavrogiannopoulos2002-12-085-6/+8
|
* some fixes in server_name extensionNikos Mavrogiannopoulos2002-12-071-4/+11
|
* Exported the more convenient gnutls_malloc() and gnutls_free() functions. ↵Nikos Mavrogiannopoulos2002-12-075-37/+39
| | | | Actually pointers to functions.
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-072-6/+8
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-061-1/+1
|
* Changed the semantics of gnutls_pem_base64_encode_alloc()Nikos Mavrogiannopoulos2002-12-061-26/+12
| | | | | | | | | and gnutls_pem_base64_decode_alloc(). In the default case were the gnutls library is used with malloc/realloc/free, these are binary compatible. They now require the returned data to be freed using the gnutls_global_get_free_function().
* some cleanups.Nikos Mavrogiannopoulos2002-12-062-5/+10
|
* Added the new functions gnutls_get_malloc_function(), ↵Nikos Mavrogiannopoulos2002-12-0610-36/+71
| | | | gnutls_get_free_function(). Also changed the way callback functions must allocate data. They now need to use these functions, instead of just calling malloc().
* added error code to report illegal srp usernames. Some fixes in the ↵Nikos Mavrogiannopoulos2002-12-064-6/+25
| | | | extension parsing to report fatal errors.
* some optimizations in string handling of the x.509 asn.1 parsers.Nikos Mavrogiannopoulos2002-12-042-10/+5
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-041-6/+10
|
* Corrected bug in extension parsing.Nikos Mavrogiannopoulos2002-12-021-1/+1
|
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-0243-149/+162
|
* more fixes in gnutls_x509_extract_certificate_dn_string()Nikos Mavrogiannopoulos2002-12-011-10/+11
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-011-2/+2
|
* Added the function gnutls_srp_server_set_credentials_function()Nikos Mavrogiannopoulos2002-12-012-17/+17
| | | | | to allow retrieving SRP parameters from an external backend - other than password files.
* Enabled the OpenPGP key retrieval callback function (untested yet).Nikos Mavrogiannopoulos2002-12-011-1/+1
|
* Added the functions:Nikos Mavrogiannopoulos2002-12-011-39/+0
| | | | | | | | gnutls_srp_verifier() gnutls_srp_base64_encode() gnutls_srp_base64_decode() and modified the gnutls-srpcrypt, to use the exported functions.
* gnutls_x509_extract_certificate_dn_string() now behaves as described in RFC2253.Nikos Mavrogiannopoulos2002-11-252-12/+37
|
* some changes in the callback function behaviour.Nikos Mavrogiannopoulos2002-11-231-5/+3
|
* linked against libgcrypt (I saw that in debian)Nikos Mavrogiannopoulos2002-11-221-1/+2
|
* Several cleanups and elimination of warnings.Nikos Mavrogiannopoulos2002-11-206-70/+79
|
* updated documentation to include record layer weaknesses and ↵Nikos Mavrogiannopoulos2002-11-202-4/+21
| | | | counter-measures, and the supported TLS extensions.
* compat4.h was added, and is included by default in gnutls.h.Nikos Mavrogiannopoulos2002-11-201-0/+3
|
* Moved the GNUTLS_X509KEY_* to gnutls_cert.h and renamed them to KEY_*. ↵Nikos Mavrogiannopoulos2002-11-207-52/+72
| | | | Improved the checking of key usage.
* added the AES ciphersuites for certificate srp authentication.Nikos Mavrogiannopoulos2002-11-201-0/+22
|
* Added support for the DSS certificate SRP authenticated cipher suites ↵Nikos Mavrogiannopoulos2002-11-197-8/+24
| | | | (currently only with 3DES cipher). Cleaned up the client and server code, which was duplicated.
* Added certificate authenticated SRP cipher suites.Nikos Mavrogiannopoulos2002-11-1911-40/+72
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-11-181-1/+2
|
* added compatibility function for the openpgp_keyserver.Nikos Mavrogiannopoulos2002-11-171-1/+11
|
* updated pgp key retrieval callback and added example.Nikos Mavrogiannopoulos2002-11-161-2/+2
|
* Added some new alert codes from the extensions draft.Nikos Mavrogiannopoulos2002-11-143-3/+10
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-11-142-2/+4
|
* The session->gnutls_key was renamed to session->key.Nikos Mavrogiannopoulos2002-11-1216-149/+149
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-11-121-4/+0
|
* The gnutls_openpgp_recv_key_func() callback function now accepts aNikos Mavrogiannopoulos2002-11-121-1/+1
| | | | key fingerprint, instead of the key id.
* dropped source backwards compatibilityNikos Mavrogiannopoulos2002-11-111-62/+0
|
* Added callback for OpenPGP key retrieval.Nikos Mavrogiannopoulos2002-11-111-0/+9
|
* some updated in the documentationNikos Mavrogiannopoulos2002-11-056-23/+15
|
* Added new alert (certificate unobtainable) from draft-ietf-tls-extensions.Nikos Mavrogiannopoulos2002-11-044-11/+16
|
* Use the old error codes for OpenPGP again.Timo Schulz2002-11-032-2/+0
|
* Fixed an off-by-one bug for OpenPGP fingerprint handling.Timo Schulz2002-11-031-0/+1
|
* Corrected error number (the old was reserved).Timo Schulz2002-11-031-1/+1
|
* Unification for the OpenPGP error code.Timo Schulz2002-11-032-0/+2
|
* corrected behaviour of verification in openpgp keys.Nikos Mavrogiannopoulos2002-11-031-1/+1
|
* Add OpenPGP error descriptionTimo Schulz2002-11-032-2/+3
|
* Renamed GNUTLS_E_X509_KEY_USAGE_VIOLATION to GNUTLS_E_KEY_USAGE_VIOLATION,Nikos Mavrogiannopoulos2002-11-034-7/+7
| | | | in order to apply to PGP keys as well.