Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added the gnutls_x509_extract_dn_string() function. | Nikos Mavrogiannopoulos | 2002-12-12 | 2 | -13/+78 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-12-12 | 1 | -4/+4 |
| | |||||
* | *** empty log message ***gnutls_0_6_0 | Nikos Mavrogiannopoulos | 2002-12-08 | 1 | -2/+6 |
| | |||||
* | some cleanups | Nikos Mavrogiannopoulos | 2002-12-08 | 5 | -6/+8 |
| | |||||
* | some fixes in server_name extension | Nikos Mavrogiannopoulos | 2002-12-07 | 1 | -4/+11 |
| | |||||
* | Exported the more convenient gnutls_malloc() and gnutls_free() functions. ↵ | Nikos Mavrogiannopoulos | 2002-12-07 | 5 | -37/+39 |
| | | | | Actually pointers to functions. | ||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-12-07 | 2 | -6/+8 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-12-06 | 1 | -1/+1 |
| | |||||
* | Changed the semantics of gnutls_pem_base64_encode_alloc() | Nikos Mavrogiannopoulos | 2002-12-06 | 1 | -26/+12 |
| | | | | | | | | | and gnutls_pem_base64_decode_alloc(). In the default case were the gnutls library is used with malloc/realloc/free, these are binary compatible. They now require the returned data to be freed using the gnutls_global_get_free_function(). | ||||
* | some cleanups. | Nikos Mavrogiannopoulos | 2002-12-06 | 2 | -5/+10 |
| | |||||
* | Added the new functions gnutls_get_malloc_function(), ↵ | Nikos Mavrogiannopoulos | 2002-12-06 | 10 | -36/+71 |
| | | | | gnutls_get_free_function(). Also changed the way callback functions must allocate data. They now need to use these functions, instead of just calling malloc(). | ||||
* | added error code to report illegal srp usernames. Some fixes in the ↵ | Nikos Mavrogiannopoulos | 2002-12-06 | 4 | -6/+25 |
| | | | | extension parsing to report fatal errors. | ||||
* | some optimizations in string handling of the x.509 asn.1 parsers. | Nikos Mavrogiannopoulos | 2002-12-04 | 2 | -10/+5 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-12-04 | 1 | -6/+10 |
| | |||||
* | Corrected bug in extension parsing. | Nikos Mavrogiannopoulos | 2002-12-02 | 1 | -1/+1 |
| | |||||
* | Cleanups. Prefixed some internal function with underscore. | Nikos Mavrogiannopoulos | 2002-12-02 | 43 | -149/+162 |
| | |||||
* | more fixes in gnutls_x509_extract_certificate_dn_string() | Nikos Mavrogiannopoulos | 2002-12-01 | 1 | -10/+11 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-12-01 | 1 | -2/+2 |
| | |||||
* | Added the function gnutls_srp_server_set_credentials_function() | Nikos Mavrogiannopoulos | 2002-12-01 | 2 | -17/+17 |
| | | | | | to allow retrieving SRP parameters from an external backend - other than password files. | ||||
* | Enabled the OpenPGP key retrieval callback function (untested yet). | Nikos Mavrogiannopoulos | 2002-12-01 | 1 | -1/+1 |
| | |||||
* | Added the functions: | Nikos Mavrogiannopoulos | 2002-12-01 | 1 | -39/+0 |
| | | | | | | | | gnutls_srp_verifier() gnutls_srp_base64_encode() gnutls_srp_base64_decode() and modified the gnutls-srpcrypt, to use the exported functions. | ||||
* | gnutls_x509_extract_certificate_dn_string() now behaves as described in RFC2253. | Nikos Mavrogiannopoulos | 2002-11-25 | 2 | -12/+37 |
| | |||||
* | some changes in the callback function behaviour. | Nikos Mavrogiannopoulos | 2002-11-23 | 1 | -5/+3 |
| | |||||
* | linked against libgcrypt (I saw that in debian) | Nikos Mavrogiannopoulos | 2002-11-22 | 1 | -1/+2 |
| | |||||
* | Several cleanups and elimination of warnings. | Nikos Mavrogiannopoulos | 2002-11-20 | 6 | -70/+79 |
| | |||||
* | updated documentation to include record layer weaknesses and ↵ | Nikos Mavrogiannopoulos | 2002-11-20 | 2 | -4/+21 |
| | | | | counter-measures, and the supported TLS extensions. | ||||
* | compat4.h was added, and is included by default in gnutls.h. | Nikos Mavrogiannopoulos | 2002-11-20 | 1 | -0/+3 |
| | |||||
* | Moved the GNUTLS_X509KEY_* to gnutls_cert.h and renamed them to KEY_*. ↵ | Nikos Mavrogiannopoulos | 2002-11-20 | 7 | -52/+72 |
| | | | | Improved the checking of key usage. | ||||
* | added the AES ciphersuites for certificate srp authentication. | Nikos Mavrogiannopoulos | 2002-11-20 | 1 | -0/+22 |
| | |||||
* | Added support for the DSS certificate SRP authenticated cipher suites ↵ | Nikos Mavrogiannopoulos | 2002-11-19 | 7 | -8/+24 |
| | | | | (currently only with 3DES cipher). Cleaned up the client and server code, which was duplicated. | ||||
* | Added certificate authenticated SRP cipher suites. | Nikos Mavrogiannopoulos | 2002-11-19 | 11 | -40/+72 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-11-18 | 1 | -1/+2 |
| | |||||
* | added compatibility function for the openpgp_keyserver. | Nikos Mavrogiannopoulos | 2002-11-17 | 1 | -1/+11 |
| | |||||
* | updated pgp key retrieval callback and added example. | Nikos Mavrogiannopoulos | 2002-11-16 | 1 | -2/+2 |
| | |||||
* | Added some new alert codes from the extensions draft. | Nikos Mavrogiannopoulos | 2002-11-14 | 3 | -3/+10 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-11-14 | 2 | -2/+4 |
| | |||||
* | The session->gnutls_key was renamed to session->key. | Nikos Mavrogiannopoulos | 2002-11-12 | 16 | -149/+149 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-11-12 | 1 | -4/+0 |
| | |||||
* | The gnutls_openpgp_recv_key_func() callback function now accepts a | Nikos Mavrogiannopoulos | 2002-11-12 | 1 | -1/+1 |
| | | | | key fingerprint, instead of the key id. | ||||
* | dropped source backwards compatibility | Nikos Mavrogiannopoulos | 2002-11-11 | 1 | -62/+0 |
| | |||||
* | Added callback for OpenPGP key retrieval. | Nikos Mavrogiannopoulos | 2002-11-11 | 1 | -0/+9 |
| | |||||
* | some updated in the documentation | Nikos Mavrogiannopoulos | 2002-11-05 | 6 | -23/+15 |
| | |||||
* | Added new alert (certificate unobtainable) from draft-ietf-tls-extensions. | Nikos Mavrogiannopoulos | 2002-11-04 | 4 | -11/+16 |
| | |||||
* | Use the old error codes for OpenPGP again. | Timo Schulz | 2002-11-03 | 2 | -2/+0 |
| | |||||
* | Fixed an off-by-one bug for OpenPGP fingerprint handling. | Timo Schulz | 2002-11-03 | 1 | -0/+1 |
| | |||||
* | Corrected error number (the old was reserved). | Timo Schulz | 2002-11-03 | 1 | -1/+1 |
| | |||||
* | Unification for the OpenPGP error code. | Timo Schulz | 2002-11-03 | 2 | -0/+2 |
| | |||||
* | corrected behaviour of verification in openpgp keys. | Nikos Mavrogiannopoulos | 2002-11-03 | 1 | -1/+1 |
| | |||||
* | Add OpenPGP error description | Timo Schulz | 2002-11-03 | 2 | -2/+3 |
| | |||||
* | Renamed GNUTLS_E_X509_KEY_USAGE_VIOLATION to GNUTLS_E_KEY_USAGE_VIOLATION, | Nikos Mavrogiannopoulos | 2002-11-03 | 4 | -7/+7 |
| | | | | in order to apply to PGP keys as well. |