summaryrefslogtreecommitdiff
path: root/lib/gnutls_x509.c
Commit message (Expand)AuthorAgeFilesLines
* *** 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
* removed old FIXME stuff.Nikos Mavrogiannopoulos2002-08-271-2/+1
* Corrected bug in DHE key exchange which prevented from parsing the given cert...Nikos Mavrogiannopoulos2002-08-251-0/+4
* added some missing constsNikos Mavrogiannopoulos2002-08-151-6/+6
* *** empty log message ***Nikos Mavrogiannopoulos2002-07-121-0/+3
* *** empty log message ***Nikos Mavrogiannopoulos2002-07-071-1/+1
* Corrected bug in the mpi extraction function from X.509 certificates (affects...Nikos Mavrogiannopoulos2002-07-041-3/+4
* Several (internal) cleanups. Const flags are better used now.Nikos Mavrogiannopoulos2002-06-301-4/+4
* Better organization of cert2gnutls_cert function.Nikos Mavrogiannopoulos2002-06-291-40/+59
* Now certificate decoding makes use of partial DER decoding of the libtasn1 li...Nikos Mavrogiannopoulos2002-06-281-51/+80
* The TLS handshake no longer fails if the X.509 extensions in the Certificate ...Nikos Mavrogiannopoulos2002-06-221-14/+13
* Renamed credential allocation functions from *_sc() to *_cred().Nikos Mavrogiannopoulos2002-06-221-3/+12
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-221-0/+5
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-211-46/+35
* corrected countryNameNikos Mavrogiannopoulos2002-06-211-5/+2
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-211-0/+47
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-201-4/+0
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-201-85/+146
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-161-2/+0
* renamed libasn1 to libtasn1Nikos Mavrogiannopoulos2002-06-111-1/+1
* Adapted codebase to the new libasn1 0.1.0.Nikos Mavrogiannopoulos2002-06-101-195/+196
* Removed stubs for srp and anonymous authentication. Added test suite directory.Nikos Mavrogiannopoulos2002-06-021-98/+2
* Applied Jeff Johnson's patch which fixes type problems in 64 bit machines. Re...Nikos Mavrogiannopoulos2002-05-221-4/+4
* Prefixed internal functions with _gnutls_Nikos Mavrogiannopoulos2002-05-211-1/+1
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* Cleaned up the big number support.Nikos Mavrogiannopoulos2002-05-011-10/+10
* Fixed description of gnutls_x509_extract_certificate_subject_alt_name().Nikos Mavrogiannopoulos2002-04-141-2/+2
* better doc (internal) for _gnutls_int2str()Nikos Mavrogiannopoulos2002-04-121-3/+4
* Improved X.509 time convertion functionsNikos Mavrogiannopoulos2002-04-041-2/+184
* GNUTLS_E_UNIX_TIME_LIMIT_REACHED error code was removedNikos Mavrogiannopoulos2002-04-041-9/+0
* GNUTLS_CERT_EXPIRED is no longer returned by verification functions. Added fu...Nikos Mavrogiannopoulos2002-04-041-4/+20
* merged changes from gnutls_0_4_with_alloca.Nikos Mavrogiannopoulos2002-04-031-14/+0
* Error codes of ASN.1 parser are now independent, with a map toNikos Mavrogiannopoulos2002-03-311-48/+48
* Removed the CRL list parameter from gnutls_certificate_set_x509_trust_*.Nikos Mavrogiannopoulos2002-03-301-6/+4
* gnutls_certificate_set_x509_trust_*() now accept single DER certificatesNikos Mavrogiannopoulos2002-03-301-3/+3
* Added ability to read DSA DER formatted keys, and corrected bugs inNikos Mavrogiannopoulos2002-03-291-60/+95
* removed unneeded functionsNikos Mavrogiannopoulos2002-03-291-3/+3
* Cleaned up the return values of several functions.Nikos Mavrogiannopoulos2002-03-281-23/+36
* read PKCS7 certificate chains in the reverse order.Nikos Mavrogiannopoulos2002-03-281-16/+139
* changed semantics of gnutls_x509_extract_certificate_pk_algorithm()Nikos Mavrogiannopoulos2002-03-261-33/+5
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-261-1/+1
* added gnutls_x509_extract_certificate_pk_algorithm()Nikos Mavrogiannopoulos2002-03-261-29/+167
* Improved PKCS7 supportNikos Mavrogiannopoulos2002-03-251-164/+140
* Added function which reads the DER encoded certificate and key.Nikos Mavrogiannopoulos2002-03-241-41/+150
* Added support for RFC2630 - PKCS7 formated structuresNikos Mavrogiannopoulos2002-03-241-97/+328
* Corrected behaviour when no certificate is got by the peer.Nikos Mavrogiannopoulos2002-03-211-2/+4