Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-12-19 | 1 | -1/+1 |
| | |||||
* | Corrected a bug in the GNUTLS_KEY key usage definitions. | Nikos Mavrogiannopoulos | 2003-12-19 | 1 | -9/+13 |
| | |||||
* | Improved the support for draft-ietf-tls-srp-05. The two-phase | Nikos Mavrogiannopoulos | 2003-12-02 | 1 | -4/+9 |
| | | | | | handshake is now fully supported without any interaction with the application layer (except for a callback). | ||||
* | several corrections in the documentation. | Nikos Mavrogiannopoulos | 2003-11-30 | 1 | -8/+24 |
| | |||||
* | Exported the gnutls_x509_privkey_sign_data(), gnutls_x509_privkey_verify_data() | Nikos Mavrogiannopoulos | 2003-11-26 | 1 | -0/+11 |
| | | | | and gnutls_x509_crt_verify_data(). | ||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-11-22 | 1 | -3/+3 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-11-16 | 1 | -1/+1 |
| | |||||
* | * Added gnutls_x509_*_get_dn_oid() and gnutls_x509_crt_get_extension_oid() | Nikos Mavrogiannopoulos | 2003-11-16 | 1 | -1/+13 |
| | | | | | | functions which return the available OIDs. * The certtool utility now prints all available extension OIDs and values. | ||||
* | gnutls_x509_*_get_*_dn_by_oid() functions have a raw_flag parameter added. | Nikos Mavrogiannopoulos | 2003-11-15 | 1 | -5/+7 |
| | | | | Several other fixes. | ||||
* | gnutls_x509_*_set_dn_by_oid() functions have a raw_flag parameter added. ↵ | Nikos Mavrogiannopoulos | 2003-11-14 | 4 | -19/+19 |
| | | | | Some other fixes in function types. | ||||
* | Compatibility header for gnutls4 is no longer included in gnutls.h. Added ↵ | Nikos Mavrogiannopoulos | 2003-11-14 | 2 | -32/+50 |
| | | | | deprecated warnings to gnutls8 stuff. | ||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-11-14 | 1 | -0/+8 |
| | |||||
* | added gnutls_x509_oid_known() to report known OIDs. | Nikos Mavrogiannopoulos | 2003-11-14 | 1 | -0/+2 |
| | |||||
* | Added capability to read CRLs to certtool. | Nikos Mavrogiannopoulos | 2003-11-11 | 1 | -1/+1 |
| | |||||
* | Renamed several pkcs #7 related functions. That is to allow future ↵ | Nikos Mavrogiannopoulos | 2003-11-11 | 1 | -11/+14 |
| | | | | extensions to the API. | ||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-11-11 | 1 | -0/+1 |
| | |||||
* | Added gnutls_pkcs7_set_certificate2() and gnutls_pkcs7_set_crl2() functions. | Nikos Mavrogiannopoulos | 2003-11-11 | 1 | -4/+4 |
| | |||||
* | some type fixes. Based on build logs sent by Dimitri Papadopoulos-Orfanos ↵ | Nikos Mavrogiannopoulos | 2003-11-04 | 1 | -1/+1 |
| | | | | <papadopo@shfj.cea.fr>. | ||||
* | added gnutls_openpgp_key_export() function. | Nikos Mavrogiannopoulos | 2003-11-02 | 1 | -0/+3 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-11-02 | 2 | -6/+15 |
| | |||||
* | more openpgp related changes. | Nikos Mavrogiannopoulos | 2003-10-31 | 1 | -0/+2 |
| | |||||
* | introduced gnutls_const_datum for gnutls_pkcs12_bag_get_data(). Some other ↵ | Nikos Mavrogiannopoulos | 2003-10-30 | 1 | -1/+1 |
| | | | | cleanups in the verification functions. | ||||
* | added pkcs #12 support to certtool. Corrected some bugs in the export functions. | Nikos Mavrogiannopoulos | 2003-10-28 | 1 | -0/+3 |
| | |||||
* | several improvements for the certtool utility. | Nikos Mavrogiannopoulos | 2003-10-27 | 1 | -2/+2 |
| | |||||
* | Improved the certificate generation stuff. | Nikos Mavrogiannopoulos | 2003-10-25 | 1 | -0/+2 |
| | |||||
* | Almost finished the X.509 certificate generation. | Nikos Mavrogiannopoulos | 2003-10-25 | 1 | -1/+1 |
| | |||||
* | Added some support for writable gnutls_x509_crt structures. Not ready yet. | Nikos Mavrogiannopoulos | 2003-10-23 | 1 | -3/+23 |
| | |||||
* | Some changes in types. | Nikos Mavrogiannopoulos | 2003-10-08 | 2 | -3/+3 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-10-08 | 1 | -4/+4 |
| | |||||
* | Corrected some of the return types. Several other minor corrections. | Nikos Mavrogiannopoulos | 2003-10-07 | 1 | -26/+26 |
| | |||||
* | Updated the openpgp key API. | Nikos Mavrogiannopoulos | 2003-10-03 | 1 | -8/+10 |
| | |||||
* | Converted the pgp verification functions to the new API. | Nikos Mavrogiannopoulos | 2003-10-03 | 1 | -5/+5 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-10-03 | 2 | -27/+106 |
| | |||||
* | Applied patch by Arne that fixes several possible NULL pointer dereferences. | Nikos Mavrogiannopoulos | 2003-10-03 | 1 | -1/+1 |
| | |||||
* | Added a hostname check with the certificate in the gnutls-cli. | Nikos Mavrogiannopoulos | 2003-09-17 | 1 | -0/+2 |
| | |||||
* | Improved the error handling in the gnutls-cli. | Nikos Mavrogiannopoulos | 2003-09-11 | 1 | -0/+2 |
| | |||||
* | minor cleanups. | Nikos Mavrogiannopoulos | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | Applied patch from Arne Thomassen <arne@arne-thomassen.de>, which | Nikos Mavrogiannopoulos | 2003-08-09 | 1 | -1/+2 |
| | | | | corrects several things in the library. | ||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-06-30 | 1 | -0/+4 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-06-29 | 1 | -3/+3 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-06-28 | 3 | -52/+87 |
| | |||||
* | Added function to do the MAC verification in the PKCS #12 structure. | Nikos Mavrogiannopoulos | 2003-06-27 | 1 | -0/+1 |
| | |||||
* | Added stuff needed to read PKCS #12 bag attributes. | Nikos Mavrogiannopoulos | 2003-06-27 | 1 | -0/+11 |
| | |||||
* | some cleanups. | Nikos Mavrogiannopoulos | 2003-06-26 | 1 | -0/+3 |
| | |||||
* | More PKCS #12 additions. Now the code can generate PKCS #12 files. Also ↵ | Nikos Mavrogiannopoulos | 2003-06-25 | 1 | -0/+6 |
| | | | | added the ability to decrypt plain DES encrypted PKCS #8 keys. | ||||
* | Passwords in PKCS5 and PKCS12 are now restricted to ASCII ones. | Nikos Mavrogiannopoulos | 2003-06-24 | 1 | -2/+3 |
| | |||||
* | Some changes in PKCS12 to allow a bag to hold more than one elements. | Nikos Mavrogiannopoulos | 2003-06-24 | 1 | -2/+4 |
| | |||||
* | Some improvements in PKCS12 parser. Now it can extract private keys from the ↵ | Nikos Mavrogiannopoulos | 2003-06-22 | 1 | -2/+20 |
| | | | | structure. | ||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-06-03 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-05-08 | 1 | -3/+2 |
| |