summaryrefslogtreecommitdiff
path: root/lib/x509/verify.c
Commit message (Collapse)AuthorAgeFilesLines
* Added the functions gnutls_x509_crt_get_pk_rsa_raw() andNikos Mavrogiannopoulos2004-06-051-4/+4
| | | | gnutls_x509_crt_get_pk_dsa_raw() to retrieve parameters from certificates.
* 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
| | | | | | * Added the FSF copyright notices. * Moved all the compatibility interface to the openssl compatibility library.
* 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
| | | | and gnutls_x509_crt_verify_data().
* 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 ↵Nikos Mavrogiannopoulos2003-11-041-1/+1
| | | | <papadopo@shfj.cea.fr>.
* 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
| | | | | | | * GNUTLS_CERT_NOT_TRUSTED was replaced by GNUTLS_CERT_INVALID, to avoid having two flags for the same thing. * Updated documentation for openpgp key verification. * The prime tool was combined with the certtool.
* introduced gnutls_const_datum for gnutls_pkcs12_bag_get_data(). Some other ↵Nikos Mavrogiannopoulos2003-10-301-7/+26
| | | | cleanups in the verification functions.
* 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 ↵Nikos Mavrogiannopoulos2003-10-301-9/+13
| | | | verification capability.
* 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
| | | | stuff like PKCS #7, PKCS #10 etc. To be used in constraint systems.
* Several GNUTLS_E_UNIMPLEMENTED_FEATURE errors were replaced with meaningful ↵Nikos Mavrogiannopoulos2003-03-251-1/+1
| | | | error values.
* 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 ↵Nikos Mavrogiannopoulos2003-03-141-7/+8
| | | | other fixes as well.
* * Added ability to generate RSA keys.Nikos Mavrogiannopoulos2003-03-121-2/+2
| | | | | | | * Increased the maximum parameter size in order to read some large keys by some CAs. Patch by Ian Peters <itp@ximian.com>. * Rolled back some of yesterdays changes. The gnutls_x509_privkey, was replaced (again) by the gnutls_privkey.
* Added a flag to allow signing by v1 X.509 certificates. Also added a ↵Nikos Mavrogiannopoulos2003-03-031-3/+9
| | | | function to allow setting the verification flags in the credentials structure.
* 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 ↵Nikos Mavrogiannopoulos2003-02-141-7/+8
| | | | 0.2.1 version of libtasn1.
* 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