summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***gnutls_1_1_1Nikos Mavrogiannopoulos2003-12-261-1/+1
|
* corrected signing and verifying with DSA keys.Nikos Mavrogiannopoulos2003-12-265-86/+109
|
* Added support for generating CRLs in the library and theNikos Mavrogiannopoulos2003-12-2614-206/+418
| | | | certtool utility.
* Added support for the Subject Key ID PKIX extension.Nikos Mavrogiannopoulos2003-12-2612-229/+391
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-242-5/+8
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-231-0/+14
|
* Added support for reading and generating CRL distributionNikos Mavrogiannopoulos2003-12-2312-11/+338
| | | | points extensions in certificates (not working yet).
* Added checks (in SRP) for A%n==0,1,-1 in server side.Nikos Mavrogiannopoulos2003-12-232-21/+62
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-221-0/+7
|
* Added PKCS #7 support to certtool utility.Nikos Mavrogiannopoulos2003-12-227-53/+169
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-211-1106/+1214
|
* *** empty log message ***gnutls_1_1_0Nikos Mavrogiannopoulos2003-12-2112-61/+262
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-211-0/+1
|
* Added gnutls_openpgp_key_get_key_usage(), and removed several compatibilityNikos Mavrogiannopoulos2003-12-2115-634/+152
| | | | functions.
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-201-0/+25
|
* several cleanups.Nikos Mavrogiannopoulos2003-12-2021-240/+159
|
* Corrected bug which disallowed ciphersuites other than the CERTIFICATE ones ↵Nikos Mavrogiannopoulos2003-12-201-1/+1
| | | | to work.
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-201-0/+122
|
* Improved gnutls_certificate_client_retrieve_function() and ↵Nikos Mavrogiannopoulos2003-12-2016-103/+391
| | | | gnutls_certificate_server_retrieve_function() so that the parsing time spent within them is minimized. Also added gnutls_openpgp_privkey struct. No testing yet.
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-191-0/+32
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-194-3/+4
|
* Added gnutls_x509_crt_set_key_usage() and certtool can now set theNikos Mavrogiannopoulos2003-12-1910-41/+210
| | | | certificate's key usage.
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-193-2/+226
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-193-11/+10
|
* some updated in documentationNikos Mavrogiannopoulos2003-12-1913-81/+131
|
* Corrected bug in gnutls_bye() which made it return an error codeNikos Mavrogiannopoulos2003-12-195-24/+36
| | | | of INVALID_REQUEST instead of success.
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-181-938/+1012
|
* Added support for generating and exporting DSA private keys. Exporting to ↵Nikos Mavrogiannopoulos2003-12-1825-194/+774
| | | | PKCS #8 is still not supported due to lack of standards.
* Added the callbacks gnutls_certificate_client_retrieve_function() andNikos Mavrogiannopoulos2003-12-1818-381/+704
| | | | | | gnutls_certificate_server_retrieve_function(), to allow a client or a server to specify certificates for the handshake without storing them to the credentials structure.
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-161-0/+18
|
* * The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and ↵Nikos Mavrogiannopoulos2003-12-1627-273/+323
| | | | | | | | | GNUTLS_E_NO_TEMPORARY_RSA_PARAMS are no longer returned by the handshake function. Ciphersuites that require temporary parameters are removed when such parameters do not exist. * Several internal changes to allow adding the callback function to retrieve the certificate and the private key.
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-101-436/+490
|
* Included gnutls_1_0_0_patches.Nikos Mavrogiannopoulos2003-12-106-10/+67
|
* Included gnutls_1_0_0_patches.Nikos Mavrogiannopoulos2003-12-1011-35/+47
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-101-0/+3
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-091-0/+12
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-051-0/+14
|
* some minor fixes and cleanups.Nikos Mavrogiannopoulos2003-12-055-11/+47
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-041-953/+995
|
* *** empty log message ***gnutls_1_0_0Nikos Mavrogiannopoulos2003-12-042-3/+4
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-021-0/+16
|
* some cleanups in the record protocol processing.Nikos Mavrogiannopoulos2003-12-022-20/+26
|
* Improved the support for draft-ietf-tls-srp-05. The two-phaseNikos Mavrogiannopoulos2003-12-0215-104/+253
| | | | | handshake is now fully supported without any interaction with the application layer (except for a callback).
* Added new manpages by Ivo.Nikos Mavrogiannopoulos2003-12-026-93/+288
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-011-0/+13
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-011-1/+4
|
* eliminated some memory leaks and other fixes.Nikos Mavrogiannopoulos2003-12-015-17/+8
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-013-13/+28
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-301-0/+35
|
* added detection for ZLIB compression.Nikos Mavrogiannopoulos2003-11-303-0/+27
|