summaryrefslogtreecommitdiff
path: root/lib/x509/crq.c
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-251-4/+5
* added crq_get_version().Nikos Mavrogiannopoulos2003-11-251-0/+31
* Some documentation fixes. Changed gnutls_x509_*_set_version() to have a compa...Nikos Mavrogiannopoulos2003-11-251-9/+11
* Several minor fixes in code and function documentation.Nikos Mavrogiannopoulos2003-11-171-6/+8
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-161-3/+3
* * Added gnutls_x509_*_get_dn_oid() and gnutls_x509_crt_get_extension_oid()Nikos Mavrogiannopoulos2003-11-161-0/+29
* gnutls_x509_*_get_*_dn_by_oid() functions have a raw_flag parameter added.Nikos Mavrogiannopoulos2003-11-151-3/+4
* gnutls_x509_*_set_dn_by_oid() functions have a raw_flag parameter added. Some...Nikos Mavrogiannopoulos2003-11-141-9/+10
* Compatibility header for gnutls4 is no longer included in gnutls.h. Added dep...Nikos Mavrogiannopoulos2003-11-141-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-141-1/+4
* added gnutls_x509_oid_known() to report known OIDs.Nikos Mavrogiannopoulos2003-11-141-5/+8
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-111-8/+8
* added some check for the input parameters.Nikos Mavrogiannopoulos2003-11-111-0/+50
* Removed the gnutls_handshake_set_rsa_pms_check() prototype from gnutls.h. Cor...Nikos Mavrogiannopoulos2003-11-101-12/+0
* some type fixes. Based on build logs sent by Dimitri Papadopoulos-Orfanos <pa...Nikos Mavrogiannopoulos2003-11-041-1/+4
* *** empty log message ***gnutls_0_9_92Nikos Mavrogiannopoulos2003-10-251-1/+1
* Several improvments in the certtool.Nikos Mavrogiannopoulos2003-10-251-2/+27
* Added some support for writable gnutls_x509_crt structures. Not ready yet.Nikos Mavrogiannopoulos2003-10-231-79/+37
* Corrected some of the return types. Several other minor corrections.Nikos Mavrogiannopoulos2003-10-071-5/+5
* Updated the openpgp key API.Nikos Mavrogiannopoulos2003-10-031-0/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-04-161-0/+5
* The PEM header for certificate requests is now BEGIN NEW CERTIFICATE REQUEST.Nikos Mavrogiannopoulos2003-04-161-3/+3
* Renamed all of the PKCS #xx stuff names, to pkcs-x-name.Nikos Mavrogiannopoulos2003-04-161-1/+1
* Added the --disable-extra-pki configure option, which disables all extra PKI ...Nikos Mavrogiannopoulos2003-04-011-0/+5
* Several GNUTLS_E_UNIMPLEMENTED_FEATURE errors were replaced with meaningful e...Nikos Mavrogiannopoulos2003-03-251-4/+4
* better use of asn1_der_coding() to avoid using static buffers.Nikos Mavrogiannopoulos2003-03-171-2/+2
* Added gnutls_x509_crq_get_challenge_password().Nikos Mavrogiannopoulos2003-03-151-0/+159
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-151-0/+1
* Added support for PKCS#10 certificate requests generation.Nikos Mavrogiannopoulos2003-03-151-3/+34
* several other additions and fixes for the certificate request stuff.Nikos Mavrogiannopoulos2003-03-141-2/+0
* several other additions and fixes for the certificate request stuff.Nikos Mavrogiannopoulos2003-03-141-0/+205
* Added some stuff needed in PKCS#10 certificate request generation. Some other...Nikos Mavrogiannopoulos2003-03-141-0/+226