summaryrefslogtreecommitdiff
path: root/lib/gnutls_x509.c
Commit message (Expand)AuthorAgeFilesLines
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-1021/+1073
* several internal types fix.Nikos Mavrogiannopoulos2004-06-051-1/+1
* some improvements that lead to fewer calls to malloc().Nikos Mavrogiannopoulos2004-03-261-0/+4
* *** empty log message ***Nikos Mavrogiannopoulos2004-01-051-2/+2
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* several cleanups.Nikos Mavrogiannopoulos2003-12-201-9/+9
* Improved gnutls_certificate_client_retrieve_function() and gnutls_certificate...Nikos Mavrogiannopoulos2003-12-201-3/+3
* Added the callbacks gnutls_certificate_client_retrieve_function() andNikos Mavrogiannopoulos2003-12-181-20/+32
* several corrections in the documentation.Nikos Mavrogiannopoulos2003-11-301-12/+46
* corrected some bugs that affected openpgp authentication.Nikos Mavrogiannopoulos2003-11-271-2/+6
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-131-35/+35
* Renamed several pkcs #7 related functions. That is to allow future extensions...Nikos Mavrogiannopoulos2003-11-111-3/+3
* some openpgp related changes.Nikos Mavrogiannopoulos2003-10-311-10/+6
* Added capability to print the keyid of a certificate or a private key to cert...Nikos Mavrogiannopoulos2003-10-261-14/+21
* still more patches by Arne ThomassenNikos Mavrogiannopoulos2003-08-111-1/+1
* Applied patch from Arne Thomassen <arne@arne-thomassen.de>, whichNikos Mavrogiannopoulos2003-08-091-1/+1
* * Added gnutls_x509_privkey_get_key_id() and gnutls_x509_crt_get_key_id()Nikos Mavrogiannopoulos2003-04-181-1/+30
* 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-1/+34
* More fixes to eliminate constants.Nikos Mavrogiannopoulos2003-03-311-7/+20
* reduced the FIXMEs.Nikos Mavrogiannopoulos2003-03-231-1/+0
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-221-81/+0
* * Added the new functions: gnutls_certificate_set_x509_key()Nikos Mavrogiannopoulos2003-03-221-11/+237
* unmap data and close the file descriptor after the mmap().Nikos Mavrogiannopoulos2003-03-131-2/+8
* Use mmap() if available to read files.Nikos Mavrogiannopoulos2003-03-121-41/+69
* * Added an strnstr() function and the requirement in some functions toNikos Mavrogiannopoulos2003-03-121-23/+44
* * Added ability to generate RSA keys.Nikos Mavrogiannopoulos2003-03-121-8/+49
* some improvements in the private key handling api. It is now used internally.Nikos Mavrogiannopoulos2003-03-111-156/+17
* * Corrected a bug in 64 bit architectures, which affected theNikos Mavrogiannopoulos2003-03-041-0/+38
* 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