Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-12-24 | 1 | -1/+4 |
| | |||||
* | Added checks (in SRP) for A%n==0,1,-1 in server side. | Nikos Mavrogiannopoulos | 2003-12-23 | 1 | -21/+60 |
| | |||||
* | *** empty log message ***gnutls_1_1_0 | Nikos Mavrogiannopoulos | 2003-12-21 | 1 | -0/+1 |
| | |||||
* | Added gnutls_openpgp_key_get_key_usage(), and removed several compatibility | Nikos Mavrogiannopoulos | 2003-12-21 | 4 | -17/+53 |
| | | | | functions. | ||||
* | several cleanups. | Nikos Mavrogiannopoulos | 2003-12-20 | 8 | -71/+64 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-12-20 | 1 | -0/+122 |
| | |||||
* | Improved gnutls_certificate_client_retrieve_function() and ↵ | Nikos Mavrogiannopoulos | 2003-12-20 | 7 | -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() and | Nikos Mavrogiannopoulos | 2003-12-18 | 5 | -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 Mavrogiannopoulos | 2003-12-16 | 3 | -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 Mavrogiannopoulos | 2003-12-10 | 2 | -2/+2 |
| | |||||
* | Improved the support for draft-ietf-tls-srp-05. The two-phase | Nikos Mavrogiannopoulos | 2003-12-02 | 5 | -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 Mavrogiannopoulos | 2003-11-30 | 1 | -7/+9 |
| | |||||
* | some fixes to comply with the SRP draft. The handshake is now repeated if an ↵ | Nikos Mavrogiannopoulos | 2003-11-30 | 1 | -2/+11 |
| | | | | empty SRP username is received. | ||||
* | several corrections in the documentation. | Nikos Mavrogiannopoulos | 2003-11-30 | 8 | -43/+73 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-11-28 | 1 | -1/+1 |
| | |||||
* | corrected some bugs that affected openpgp authentication. | Nikos Mavrogiannopoulos | 2003-11-27 | 1 | -2/+2 |
| | |||||
* | Some fixes pointed out by Dimitri Papadopoulos-Orfanos <papadopo@shfj.cea.fr> | Nikos Mavrogiannopoulos | 2003-11-21 | 1 | -3/+3 |
| | |||||
* | Several minor fixes in code and function documentation. | Nikos Mavrogiannopoulos | 2003-11-17 | 1 | -5/+5 |
| | |||||
* | gnutls_x509_*_get_*_dn_by_oid() functions have a raw_flag parameter added. | Nikos Mavrogiannopoulos | 2003-11-15 | 1 | -1/+1 |
| | | | | Several other fixes. | ||||
* | gnutls_x509_*_set_dn_by_oid() functions have a raw_flag parameter added. ↵ | Nikos Mavrogiannopoulos | 2003-11-14 | 1 | -2/+2 |
| | | | | Some other fixes in function types. | ||||
* | Some bugfixes, and type corrections. | Nikos Mavrogiannopoulos | 2003-11-13 | 6 | -9/+6 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-11-13 | 1 | -1/+0 |
| | |||||
* | The openssl compatibility layer was moved to gnutls-openssl to allow the ↵ | Nikos Mavrogiannopoulos | 2003-11-13 | 2 | -2/+14 |
| | | | | extension of it without bloating the libgnutls-extra. | ||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-11-08 | 1 | -1/+3 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-11-07 | 1 | -2/+4 |
| | |||||
* | some changes to compile in mingw32. | Nikos Mavrogiannopoulos | 2003-11-06 | 2 | -10/+5 |
| | |||||
* | added gnutls_openpgp_key_verify_self() which verifies the self signature in ↵ | Nikos Mavrogiannopoulos | 2003-11-02 | 1 | -9/+76 |
| | | | | the key. | ||||
* | added gnutls_openpgp_key_export() function. | Nikos Mavrogiannopoulos | 2003-11-02 | 4 | -6/+84 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-11-02 | 3 | -32/+63 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-11-01 | 1 | -2/+1 |
| | |||||
* | * Several changes in certificate and key verification. | Nikos Mavrogiannopoulos | 2003-11-01 | 3 | -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 Mavrogiannopoulos | 2003-10-31 | 2 | -3/+2 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-10-31 | 3 | -9/+37 |
| | |||||
* | more openpgp related changes. | Nikos Mavrogiannopoulos | 2003-10-31 | 1 | -20/+78 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-10-31 | 1 | -1/+0 |
| | |||||
* | some openpgp related changes. | Nikos Mavrogiannopoulos | 2003-10-31 | 2 | -116/+55 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-10-30 | 3 | -0/+637 |
| | |||||
* | *** empty log message ***gnutls_0_9_94 | Nikos Mavrogiannopoulos | 2003-10-30 | 1 | -1/+1 |
| | |||||
* | exported OpenSSL* symbols. | Nikos Mavrogiannopoulos | 2003-10-30 | 1 | -1/+1 |
| | |||||
* | added configure option to disable the openssl compatibility layer. | Nikos Mavrogiannopoulos | 2003-10-26 | 1 | -0/+6 |
| | |||||
* | Corrected issue in openpgp code, which did not allow compilation when ↵ | Nikos Mavrogiannopoulos | 2003-10-17 | 2 | -0/+12 |
| | | | | opencdk was not present. | ||||
* | Some changes in types. | Nikos Mavrogiannopoulos | 2003-10-08 | 1 | -3/+3 |
| | |||||
* | Corrected some of the return types. Several other minor corrections. | Nikos Mavrogiannopoulos | 2003-10-07 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-10-03 | 4 | -1022/+4 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-10-03 | 1 | -0/+1018 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-10-03 | 1 | -2/+3 |
| | |||||
* | Updated the openpgp key API. | Nikos Mavrogiannopoulos | 2003-10-03 | 6 | -5/+50 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-10-03 | 1 | -1/+2 |
| | |||||
* | Converted the pgp verification functions to the new API. | Nikos Mavrogiannopoulos | 2003-10-03 | 6 | -222/+38 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-10-03 | 1 | -39/+0 |
| |