summaryrefslogtreecommitdiff
path: root/lib/gnutls_x509.c
Commit message (Expand)AuthorAgeFilesLines
* Added a flag to allow signing by v1 X.509 certificates. Also added a function...Nikos Mavrogiannopoulos2003-03-031-1/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-161-0/+4
* Added a primitive function to load a file into memory, so that no certificate...Nikos Mavrogiannopoulos2003-02-151-52/+104
* ported to libtasn1 0.2.x. Also the included minitasn1 was replaced by the 0.2...Nikos Mavrogiannopoulos2003-02-141-7/+7
* Added option to allow an X.509 server not to send the trusted CA list to the ...Nikos Mavrogiannopoulos2003-02-131-1/+2
* Added some private key handling functions. They are primitive enough for now.Nikos Mavrogiannopoulos2003-02-121-11/+11
* gnutls_x509_certificate_* were renamed gnutls_x509_crt_*.Nikos Mavrogiannopoulos2003-02-121-29/+29
* Several internal changes to use the new certificate API. CRL support is compl...Nikos Mavrogiannopoulos2003-02-091-516/+462
* Added some new certificate verification functions.Nikos Mavrogiannopoulos2003-02-081-286/+3
* The old certificate parsing API was reimplemented over the new one. It will s...Nikos Mavrogiannopoulos2003-02-071-1059/+0
* Added the new certificate handling functions.Nikos Mavrogiannopoulos2003-02-071-14/+7
* More improvements in the CRL support, and the X.509 backend. Added a function...Nikos Mavrogiannopoulos2003-02-071-420/+3
* CRL parsing support is almost complete.Nikos Mavrogiannopoulos2003-02-061-37/+43
* Several fixes and improvements in CRL support.Nikos Mavrogiannopoulos2003-02-061-15/+30
* Added preliminary CRL support. This will be under the new X.509 API. Other x5...Nikos Mavrogiannopoulos2003-02-051-2/+2
* Added ability to send some messages back to the application usingNikos Mavrogiannopoulos2003-01-231-15/+13
* *** empty log message ***gnutls_0_8_1Nikos Mavrogiannopoulos2003-01-221-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-221-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* GNUTLS_E_PARSING_ERROR error code was replaced by GNUTLS_E_BASE64_DECODING_ERNikos Mavrogiannopoulos2003-01-131-6/+6
* If the certificate does not contain the basicConstraints extension GNUTLS_E_R...Nikos Mavrogiannopoulos2003-01-091-5/+3
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-081-1/+6
* Added gnutls_x509_extract_certificate_ca_status() which returnsNikos Mavrogiannopoulos2003-01-081-1/+68
* Added the gnutls_x509_extract_dn_string() function.Nikos Mavrogiannopoulos2002-12-121-13/+76
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-14/+14
* more fixes in gnutls_x509_extract_certificate_dn_string()Nikos Mavrogiannopoulos2002-12-011-10/+11
* gnutls_x509_extract_certificate_dn_string() now behaves as described in RFC2253.Nikos Mavrogiannopoulos2002-11-251-11/+36
* Moved the GNUTLS_X509KEY_* to gnutls_cert.h and renamed them to KEY_*. Improv...Nikos Mavrogiannopoulos2002-11-201-27/+29
* Added support for the DSS certificate SRP authenticated cipher suites (curren...Nikos Mavrogiannopoulos2002-11-191-0/+1
* Added certificate authenticated SRP cipher suites.Nikos Mavrogiannopoulos2002-11-191-2/+7
* *** empty log message ***Nikos Mavrogiannopoulos2002-11-181-1/+2
* The session->gnutls_key was renamed to session->key.Nikos Mavrogiannopoulos2002-11-121-1/+1
* some updated in the documentationNikos Mavrogiannopoulos2002-11-051-1/+1
* Renamed GNUTLS_E_X509_KEY_USAGE_VIOLATION to GNUTLS_E_KEY_USAGE_VIOLATION,Nikos Mavrogiannopoulos2002-11-031-3/+3
* Fixed some memory leaks which may occured on error cases.Nikos Mavrogiannopoulos2002-11-021-7/+9
* gnutls_x509_extract_certificate_dn_string() was rewritten.Nikos Mavrogiannopoulos2002-11-011-19/+33
* Added a check for dn extraction failure in gnutls_x509_extract_certificate_dn...Nikos Mavrogiannopoulos2002-11-011-4/+7
* GNUTLS_E_UNKNOWN_ERROR was removed, and was replaced by GNUTLS_E_INTERNAL_ERROR.Nikos Mavrogiannopoulos2002-10-281-2/+2
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-7/+8
* *** empty log message ***Nikos Mavrogiannopoulos2002-10-071-4/+7
* Added gnutls_x509_extract_certificate_dn_string() which returns the peer's Di...Nikos Mavrogiannopoulos2002-10-071-0/+47
* Improved gnutls_x509_extract_key_pk_algorithm(), which can now distinguish DS...Nikos Mavrogiannopoulos2002-10-041-7/+42
* Some fixes for the used realloc() function. Now we have gnutls_realloc_fast()...Nikos Mavrogiannopoulos2002-09-091-6/+6
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-031-23/+23
* corrected the cert_type extension. (bug pointed out by D. Taylor)Nikos Mavrogiannopoulos2002-09-031-6/+3
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-021-46/+49
* Updated the base64 encoding/decoding functions.Nikos Mavrogiannopoulos2002-09-011-18/+28
* several clean upsNikos Mavrogiannopoulos2002-09-011-1/+1
* Improved the certificate and key read functions. They can now read a PEM enco...Nikos Mavrogiannopoulos2002-08-311-7/+32
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-28/+28