summaryrefslogtreecommitdiff
path: root/libextra
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-241-1/+4
|
* Added checks (in SRP) for A%n==0,1,-1 in server side.Nikos Mavrogiannopoulos2003-12-231-21/+60
|
* *** empty log message ***gnutls_1_1_0Nikos Mavrogiannopoulos2003-12-211-0/+1
|
* Added gnutls_openpgp_key_get_key_usage(), and removed several compatibilityNikos Mavrogiannopoulos2003-12-214-17/+53
| | | | functions.
* several cleanups.Nikos Mavrogiannopoulos2003-12-208-71/+64
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-201-0/+122
|
* Improved gnutls_certificate_client_retrieve_function() and ↵Nikos Mavrogiannopoulos2003-12-207-28/+188
| | | | gnutls_certificate_server_retrieve_function() so that the parsing time spent within them is minimized. Also added gnutls_openpgp_privkey struct. No testing yet.
* Added the callbacks gnutls_certificate_client_retrieve_function() andNikos Mavrogiannopoulos2003-12-185-2/+12
| | | | | | 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-163-2/+8
| | | | | | | | | 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-102-2/+2
|
* Improved the support for draft-ietf-tls-srp-05. The two-phaseNikos Mavrogiannopoulos2003-12-025-82/+146
| | | | | handshake is now fully supported without any interaction with the application layer (except for a callback).
* Some fixes in the certificate authenticated SRP ciphersuites.Nikos Mavrogiannopoulos2003-11-301-7/+9
|
* some fixes to comply with the SRP draft. The handshake is now repeated if an ↵Nikos Mavrogiannopoulos2003-11-301-2/+11
| | | | empty SRP username is received.
* several corrections in the documentation.Nikos Mavrogiannopoulos2003-11-308-43/+73
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-281-1/+1
|
* corrected some bugs that affected openpgp authentication.Nikos Mavrogiannopoulos2003-11-271-2/+2
|
* Some fixes pointed out by Dimitri Papadopoulos-Orfanos <papadopo@shfj.cea.fr>Nikos Mavrogiannopoulos2003-11-211-3/+3
|
* Several minor fixes in code and function documentation.Nikos Mavrogiannopoulos2003-11-171-5/+5
|
* gnutls_x509_*_get_*_dn_by_oid() functions have a raw_flag parameter added.Nikos Mavrogiannopoulos2003-11-151-1/+1
| | | | Several other fixes.
* gnutls_x509_*_set_dn_by_oid() functions have a raw_flag parameter added. ↵Nikos Mavrogiannopoulos2003-11-141-2/+2
| | | | Some other fixes in function types.
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-136-9/+6
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-131-1/+0
|
* The openssl compatibility layer was moved to gnutls-openssl to allow the ↵Nikos Mavrogiannopoulos2003-11-132-2/+14
| | | | extension of it without bloating the libgnutls-extra.
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-081-1/+3
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-071-2/+4
|
* some changes to compile in mingw32.Nikos Mavrogiannopoulos2003-11-062-10/+5
|
* added gnutls_openpgp_key_verify_self() which verifies the self signature in ↵Nikos Mavrogiannopoulos2003-11-021-9/+76
| | | | the key.
* added gnutls_openpgp_key_export() function.Nikos Mavrogiannopoulos2003-11-024-6/+84
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-023-32/+63
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-011-2/+1
|
* * Several changes in certificate and key verification.Nikos Mavrogiannopoulos2003-11-013-52/+29
| | | | | | | * GNUTLS_CERT_NOT_TRUSTED was replaced by GNUTLS_CERT_INVALID, to avoid having two flags for the same thing. * Updated documentation for openpgp key verification. * The prime tool was combined with the certtool.
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-312-3/+2
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-313-9/+37
|
* more openpgp related changes.Nikos Mavrogiannopoulos2003-10-311-20/+78
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-311-1/+0
|
* some openpgp related changes.Nikos Mavrogiannopoulos2003-10-312-116/+55
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-303-0/+637
|
* *** empty log message ***gnutls_0_9_94Nikos Mavrogiannopoulos2003-10-301-1/+1
|
* exported OpenSSL* symbols.Nikos Mavrogiannopoulos2003-10-301-1/+1
|
* added configure option to disable the openssl compatibility layer.Nikos Mavrogiannopoulos2003-10-261-0/+6
|
* Corrected issue in openpgp code, which did not allow compilation when ↵Nikos Mavrogiannopoulos2003-10-172-0/+12
| | | | opencdk was not present.
* Some changes in types.Nikos Mavrogiannopoulos2003-10-081-3/+3
|
* Corrected some of the return types. Several other minor corrections.Nikos Mavrogiannopoulos2003-10-071-1/+1
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-034-1022/+4
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-031-0/+1018
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-031-2/+3
|
* Updated the openpgp key API.Nikos Mavrogiannopoulos2003-10-036-5/+50
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-031-1/+2
|
* Converted the pgp verification functions to the new API.Nikos Mavrogiannopoulos2003-10-036-222/+38
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-031-39/+0
|