summaryrefslogtreecommitdiff
path: root/lib/x509/verify.c
Commit message (Expand)AuthorAgeFilesLines
* Added the functions gnutls_x509_crt_get_pk_rsa_raw() andNikos Mavrogiannopoulos2004-06-051-4/+4
* Some updates in order to compile with tcc.Nikos Mavrogiannopoulos2004-04-151-1/+2
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* corrected signing and verifying with DSA keys.Nikos Mavrogiannopoulos2003-12-261-1/+29
* Exported the gnutls_x509_privkey_sign_data(), gnutls_x509_privkey_verify_data()Nikos Mavrogiannopoulos2003-11-261-33/+58
* Several minor fixes in code and function documentation.Nikos Mavrogiannopoulos2003-11-171-1/+1
* some type fixes. Based on build logs sent by Dimitri Papadopoulos-Orfanos <pa...Nikos Mavrogiannopoulos2003-11-041-1/+1
* preserve the flags from the last certificate verification, in a chain.Nikos Mavrogiannopoulos2003-11-031-2/+4
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-021-2/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-011-7/+7
* * Several changes in certificate and key verification.Nikos Mavrogiannopoulos2003-11-011-13/+12
* introduced gnutls_const_datum for gnutls_pkcs12_bag_get_data(). Some other cl...Nikos Mavrogiannopoulos2003-10-301-7/+26
* corrected some bugs in the verification functions.Nikos Mavrogiannopoulos2003-10-301-1/+3
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-301-2/+3
* Improved the certificate verification functions and the certtool program's ve...Nikos Mavrogiannopoulos2003-10-301-9/+13
* Improved the certificate generation stuff.Nikos Mavrogiannopoulos2003-10-251-30/+118
* still more patches by Arne ThomassenNikos Mavrogiannopoulos2003-08-111-3/+3
* some prototype fixes.gnutls_0_9_5Nikos Mavrogiannopoulos2003-04-061-0/+5
* Added the --disable-extra-pki configure option, which disables all extra PKI ...Nikos Mavrogiannopoulos2003-04-011-93/+100
* Several GNUTLS_E_UNIMPLEMENTED_FEATURE errors were replaced with meaningful e...Nikos Mavrogiannopoulos2003-03-251-1/+1
* reduced the FIXMEs.Nikos Mavrogiannopoulos2003-03-231-3/+0
* better use of asn1_der_coding() to avoid using static buffers.Nikos Mavrogiannopoulos2003-03-171-0/+1
* MD2 support was dropped this is an algorithm we cannot use.Nikos Mavrogiannopoulos2003-03-171-1/+1
* some cleanups.Nikos Mavrogiannopoulos2003-03-171-9/+1
* Added some stuff needed in PKCS#10 certificate request generation. Some other...Nikos Mavrogiannopoulos2003-03-141-7/+8
* * Added ability to generate RSA keys.Nikos Mavrogiannopoulos2003-03-121-2/+2
* Added a flag to allow signing by v1 X.509 certificates. Also added a function...Nikos Mavrogiannopoulos2003-03-031-3/+9
* Added support for MD2 signature verification in X.509 certificates.Nikos Mavrogiannopoulos2003-02-271-2/+4
* ported to libtasn1 0.2.x. Also the included minitasn1 was replaced by the 0.2...Nikos Mavrogiannopoulos2003-02-141-7/+8
* gnutls_x509_certificate_* were renamed gnutls_x509_crt_*.Nikos Mavrogiannopoulos2003-02-121-40/+40
* Certificate revocation support is almost complete.Nikos Mavrogiannopoulos2003-02-081-36/+27
* added a crl verification function (untested yet).Nikos Mavrogiannopoulos2003-02-081-82/+228
* Added some new certificate verification functions.Nikos Mavrogiannopoulos2003-02-081-0/+541