summaryrefslogtreecommitdiff
path: root/lib/x509/x509.c
Commit message (Expand)AuthorAgeFilesLines
* eliminated some memory leaks. Reported by Yoann Vandoorselaere <yoann@prelude...Nikos Mavrogiannopoulos2004-07-091-11/+9
* some fixes in the session resuming code.Nikos Mavrogiannopoulos2004-06-101-0/+12
* Added the functions gnutls_x509_crt_get_pk_rsa_raw() andNikos Mavrogiannopoulos2004-06-061-0/+132
* * Changes backported from the development brach:Nikos Mavrogiannopoulos2004-04-231-0/+166
* Backported several things from the development branch.Nikos Mavrogiannopoulos2004-02-101-68/+279
* Exported the gnutls_x509_privkey_sign_data(), gnutls_x509_privkey_verify_data()Nikos Mavrogiannopoulos2003-11-261-0/+34
* Several minor fixes in code and function documentation.Nikos Mavrogiannopoulos2003-11-171-20/+24
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-161-4/+4
* * Added gnutls_x509_*_get_dn_oid() and gnutls_x509_crt_get_extension_oid()Nikos Mavrogiannopoulos2003-11-161-4/+97
* gnutls_x509_*_get_*_dn_by_oid() functions have a raw_flag parameter added.Nikos Mavrogiannopoulos2003-11-151-4/+6
* gnutls_x509_*_set_dn_by_oid() functions have a raw_flag parameter added. Some...Nikos Mavrogiannopoulos2003-11-141-11/+11
* Compatibility header for gnutls4 is no longer included in gnutls.h. Added dep...Nikos Mavrogiannopoulos2003-11-141-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-141-1/+7
* Renamed several pkcs #7 related functions. That is to allow future extensions...Nikos Mavrogiannopoulos2003-11-111-3/+3
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-111-8/+8
* added some check for the input parameters.Nikos Mavrogiannopoulos2003-11-111-6/+98
* Removed the gnutls_handshake_set_rsa_pms_check() prototype from gnutls.h. Cor...Nikos Mavrogiannopoulos2003-11-101-24/+0
* some type fixes. Based on build logs sent by Dimitri Papadopoulos-Orfanos <pa...Nikos Mavrogiannopoulos2003-11-041-4/+7
* several improvements for the certtool utility.Nikos Mavrogiannopoulos2003-10-271-1/+3
* Added capability to print the keyid of a certificate or a private key to cert...Nikos Mavrogiannopoulos2003-10-261-10/+43
* a fix in the get_subject_alt_name, to return GNUTLS_E_REQUESTED_DATA_NOT_AVAI...Nikos Mavrogiannopoulos2003-10-261-1/+1
* Improved the certificate generation stuff.Nikos Mavrogiannopoulos2003-10-251-98/+41
* Added some support for writable gnutls_x509_crt structures. Not ready yet.Nikos Mavrogiannopoulos2003-10-231-86/+6
* Some changes in types.Nikos Mavrogiannopoulos2003-10-081-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-071-4/+4
* Corrected some of the return types. Several other minor corrections.Nikos Mavrogiannopoulos2003-10-071-10/+11
* Updated the openpgp key API.Nikos Mavrogiannopoulos2003-10-031-0/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-06-031-1/+2
* Several fixes in several places. Patch by Sean Gao <sean.gao@sun.com>.Nikos Mavrogiannopoulos2003-05-081-2/+8
* * Added gnutls_x509_privkey_get_key_id() and gnutls_x509_crt_get_key_id()Nikos Mavrogiannopoulos2003-04-181-0/+51
* Added the --disable-extra-pki configure option, which disables all extra PKI ...Nikos Mavrogiannopoulos2003-04-011-85/+88
* *** empty log message ***Nikos Mavrogiannopoulos2003-04-011-25/+31
* several bug fixes in the certificate parsing, and some in the asn1 parser.Nikos Mavrogiannopoulos2003-04-011-50/+48
* More fixes to eliminate constants.Nikos Mavrogiannopoulos2003-03-311-8/+47
* several cleanups.Nikos Mavrogiannopoulos2003-03-281-76/+0
* Several fixes to allow exporting the PKCS #7 structures.Nikos Mavrogiannopoulos2003-03-261-0/+4
* Added functionality to generate PKCS #7 structures. Currently only certificatesNikos Mavrogiannopoulos2003-03-261-1/+1
* Several GNUTLS_E_UNIMPLEMENTED_FEATURE errors were replaced with meaningful e...Nikos Mavrogiannopoulos2003-03-251-1/+1
* * Added support for encoding and decoding PKCS #8 2.0 encryptedNikos Mavrogiannopoulos2003-03-231-2/+2
* * Added the new functions: gnutls_certificate_set_x509_key()Nikos Mavrogiannopoulos2003-03-221-2/+78
* * Improved the error logging functions, by adding a level, andNikos Mavrogiannopoulos2003-03-191-1/+1
* better use of asn1_der_coding() to avoid using static buffers.Nikos Mavrogiannopoulos2003-03-171-3/+18
* Added gnutls_x509_crq_get_challenge_password().Nikos Mavrogiannopoulos2003-03-151-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-151-4/+2
* Added support for PKCS#10 certificate requests generation.Nikos Mavrogiannopoulos2003-03-151-1/+2
* Added some stuff needed in PKCS#10 certificate request generation. Some other...Nikos Mavrogiannopoulos2003-03-141-14/+84
* * Added ability to generate RSA keys.Nikos Mavrogiannopoulos2003-03-121-1/+1
* Added a primitive function to load a file into memory, so that no certificate...Nikos Mavrogiannopoulos2003-02-151-1/+0
* Null, as the data value, is now an acceptable value in functions that may ret...Nikos Mavrogiannopoulos2003-02-151-1/+4
* ported to libtasn1 0.2.x. Also the included minitasn1 was replaced by the 0.2...Nikos Mavrogiannopoulos2003-02-141-23/+23