summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-303-4/+6
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-291-2/+4
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-292-2/+2
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-293-3/+7
|
* Added support for TLS 1.1Nikos Mavrogiannopoulos2003-12-296-112/+63
|
* updated the client retrieval certificate callback.Nikos Mavrogiannopoulos2003-12-285-42/+29
|
* Added gnutls_x509_crt_cpy_crl_dist_points()Nikos Mavrogiannopoulos2003-12-282-4/+48
|
* Corrected the CRL distribution point extension handling.Nikos Mavrogiannopoulos2003-12-286-160/+151
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-262-10/+10
|
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-2672-711/+75
| | | | | | * Added the FSF copyright notices. * Moved all the compatibility interface to the openssl compatibility library.
* 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-266-86/+127
| | | | certtool utility.
* Added support for the Subject Key ID PKIX extension.Nikos Mavrogiannopoulos2003-12-269-35/+243
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-241-4/+4
|
* Added support for reading and generating CRL distributionNikos Mavrogiannopoulos2003-12-238-9/+295
| | | | points extensions in certificates (not working yet).
* Added checks (in SRP) for A%n==0,1,-1 in server side.Nikos Mavrogiannopoulos2003-12-231-0/+2
|
* *** empty log message ***gnutls_1_1_0Nikos Mavrogiannopoulos2003-12-216-50/+56
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-211-0/+1
|
* Added gnutls_openpgp_key_get_key_usage(), and removed several compatibilityNikos Mavrogiannopoulos2003-12-213-481/+89
| | | | functions.
* several cleanups.Nikos Mavrogiannopoulos2003-12-2012-163/+92
|
* Corrected bug which disallowed ciphersuites other than the CERTIFICATE ones ↵Nikos Mavrogiannopoulos2003-12-201-1/+1
| | | | to work.
* Improved gnutls_certificate_client_retrieve_function() and ↵Nikos Mavrogiannopoulos2003-12-206-71/+182
| | | | 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-193-2/+3
|
* Added gnutls_x509_crt_set_key_usage() and certtool can now set theNikos Mavrogiannopoulos2003-12-194-15/+96
| | | | certificate's key usage.
* Corrected bug in gnutls_bye() which made it return an error codeNikos Mavrogiannopoulos2003-12-193-23/+32
| | | | of INVALID_REQUEST instead of success.
* Added support for generating and exporting DSA private keys. Exporting to ↵Nikos Mavrogiannopoulos2003-12-1818-135/+678
| | | | PKCS #8 is still not supported due to lack of standards.
* Added the callbacks gnutls_certificate_client_retrieve_function() andNikos Mavrogiannopoulos2003-12-1812-379/+688
| | | | | | 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.
* * The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and ↵Nikos Mavrogiannopoulos2003-12-1621-267/+306
| | | | | | | | | 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.
* Included gnutls_1_0_0_patches.Nikos Mavrogiannopoulos2003-12-104-7/+63
|
* Included gnutls_1_0_0_patches.Nikos Mavrogiannopoulos2003-12-103-17/+19
|
* some minor fixes and cleanups.Nikos Mavrogiannopoulos2003-12-052-7/+24
|
* 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-025-3/+64
| | | | | handshake is now fully supported without any interaction with the application layer (except for a callback).
* eliminated some memory leaks and other fixes.Nikos Mavrogiannopoulos2003-12-013-5/+5
|
* Some fixes in the certificate authenticated SRP ciphersuites.Nikos Mavrogiannopoulos2003-11-301-4/+2
|
* some fixes to comply with the SRP draft. The handshake is now repeated if an ↵Nikos Mavrogiannopoulos2003-11-304-6/+5
| | | | empty SRP username is received.
* several corrections in the documentation.Nikos Mavrogiannopoulos2003-11-305-32/+62
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-281-1/+1
|
* Removed the TWOFISH cipher. Documented the supported ciphersuites.Nikos Mavrogiannopoulos2003-11-275-40/+3
|
* corrected some bugs that affected openpgp authentication.Nikos Mavrogiannopoulos2003-11-279-41/+60
|
* Exported the gnutls_x509_privkey_sign_data(), gnutls_x509_privkey_verify_data()Nikos Mavrogiannopoulos2003-11-265-40/+195
| | | | and gnutls_x509_crt_verify_data().
* ensure that the leading zero is there on RSA keys.Nikos Mavrogiannopoulos2003-11-252-12/+12
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-253-7/+51
|
* added crq_get_version().Nikos Mavrogiannopoulos2003-11-251-0/+31
|
* Some documentation fixes. Changed gnutls_x509_*_set_version() to have a ↵Nikos Mavrogiannopoulos2003-11-252-13/+18
| | | | compatible input with gnutls_x509_*_get_version().
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-231-3/+7
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-221-1/+1
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-212-2/+2
|
* Some fixes pointed out by Dimitri Papadopoulos-Orfanos <papadopo@shfj.cea.fr>Nikos Mavrogiannopoulos2003-11-212-2/+8
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-171-0/+1
|