summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-304-5/+7
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-291-0/+21
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-293-5/+5
|
* added TLS 1.1 protocol detection.Nikos Mavrogiannopoulos2003-12-293-3/+22
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-292-2/+2
|
* added arcfour 40 cipher detection.Nikos Mavrogiannopoulos2003-12-293-2/+18
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-296-6/+13
|
* Added support for TLS 1.1Nikos Mavrogiannopoulos2003-12-2912-124/+76
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-281-1014/+1086
|
* *** empty log message ***gnutls_1_1_2Nikos Mavrogiannopoulos2003-12-281-1/+1
|
* updated the client retrieval certificate callback.Nikos Mavrogiannopoulos2003-12-285-42/+29
|
* Added gnutls_x509_crt_cpy_crl_dist_points()Nikos Mavrogiannopoulos2003-12-287-25/+88
|
* Corrected the CRL distribution point extension handling.Nikos Mavrogiannopoulos2003-12-2812-177/+192
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-261-1088/+1181
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-265-26/+26
|
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-26107-843/+1111
| | | | | | * Added the FSF copyright notices. * Moved all the compatibility interface to the openssl compatibility library.
* *** 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
|