summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* minor cleanups.Nikos Mavrogiannopoulos2003-08-211-1/+1
* Applied patch from Arne Thomassen <arne@arne-thomassen.de>, whichNikos Mavrogiannopoulos2003-08-091-1/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-06-301-0/+4
* *** empty log message ***Nikos Mavrogiannopoulos2003-06-291-3/+3
* *** empty log message ***Nikos Mavrogiannopoulos2003-06-284-53/+88
* Added function to do the MAC verification in the PKCS #12 structure.Nikos Mavrogiannopoulos2003-06-271-0/+1
* Added stuff needed to read PKCS #12 bag attributes.Nikos Mavrogiannopoulos2003-06-271-0/+11
* some cleanups.Nikos Mavrogiannopoulos2003-06-261-0/+3
* More PKCS #12 additions. Now the code can generate PKCS #12 files. Also added...Nikos Mavrogiannopoulos2003-06-251-0/+6
* Passwords in PKCS5 and PKCS12 are now restricted to ASCII ones.Nikos Mavrogiannopoulos2003-06-241-2/+3
* Some changes in PKCS12 to allow a bag to hold more than one elements.Nikos Mavrogiannopoulos2003-06-241-2/+4
* Some improvements in PKCS12 parser. Now it can extract private keys from the ...Nikos Mavrogiannopoulos2003-06-221-2/+20
* *** empty log message ***Nikos Mavrogiannopoulos2003-06-031-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-05-081-3/+2
* * Added gnutls_x509_privkey_get_key_id() and gnutls_x509_crt_get_key_id()Nikos Mavrogiannopoulos2003-04-181-3/+20
* Some fixes in the gnutls_x509_crt_to_xml() function.Nikos Mavrogiannopoulos2003-03-291-1/+4
* Several improvments in the PKCS #7 handling. Added capability to delete certi...Nikos Mavrogiannopoulos2003-03-281-0/+8
* Added functionality to generate PKCS #7 structures. Currently only certificatesNikos Mavrogiannopoulos2003-03-261-3/+4
* Allow for unencrypted PKCS #8 private keys.Nikos Mavrogiannopoulos2003-03-231-1/+7
* * Added support for encoding and decoding PKCS #8 2.0 encryptedNikos Mavrogiannopoulos2003-03-231-0/+3
* * Added the new functions: gnutls_certificate_set_x509_key()Nikos Mavrogiannopoulos2003-03-221-6/+4
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-211-0/+2
* * The gnutls_certificate_set_rsa_params() was renamed toNikos Mavrogiannopoulos2003-03-201-0/+2
* Added gnutls_x509_crq_get_challenge_password().Nikos Mavrogiannopoulos2003-03-151-0/+2
* Added support for PKCS#10 certificate requests generation.Nikos Mavrogiannopoulos2003-03-151-0/+24
* The RSA parameters handling functions, are now implemented using the rsa priv...Nikos Mavrogiannopoulos2003-03-141-0/+8
* added flags to privkey_generate()Nikos Mavrogiannopoulos2003-03-131-1/+1
* * Added ability to generate RSA keys.Nikos Mavrogiannopoulos2003-03-121-0/+6
* Added a flag to allow signing by v1 X.509 certificates. Also added a function...Nikos Mavrogiannopoulos2003-03-031-1/+5
* The RSA and DH parameter handling has been updated.Nikos Mavrogiannopoulos2003-02-162-1/+12
* ported to libtasn1 0.2.x. Also the included minitasn1 was replaced by the 0.2...Nikos Mavrogiannopoulos2003-02-141-9/+9
* gnutls_const_datum was removed from exported types, for the time being.Nikos Mavrogiannopoulos2003-02-141-6/+0
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-141-1/+1
* Added some private key handling functions. They are primitive enough for now.Nikos Mavrogiannopoulos2003-02-122-4/+18
* gnutls_x509_certificate_* were renamed gnutls_x509_crt_*.Nikos Mavrogiannopoulos2003-02-122-36/+37
* added gnutls_x509_certificate_get_fingerprint(). Untested yet.Nikos Mavrogiannopoulos2003-02-121-0/+3
* renamed gnutls_x509_fingerprint to gnutls_fingerprint.Nikos Mavrogiannopoulos2003-02-101-0/+32
* Several internal changes to use the new certificate API. CRL support is compl...Nikos Mavrogiannopoulos2003-02-093-2/+22
* Certificate revocation support is almost complete.Nikos Mavrogiannopoulos2003-02-081-4/+10
* added a crl verification function (untested yet).Nikos Mavrogiannopoulos2003-02-081-5/+23
* Added some new certificate verification functions.Nikos Mavrogiannopoulos2003-02-081-6/+15
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-081-0/+7
* Criticality of an X.509 extension can now be extracted.Nikos Mavrogiannopoulos2003-02-071-4/+5
* Added function to extract the key usage extension from an X.509 certificate, ...Nikos Mavrogiannopoulos2003-02-071-0/+15
* More stuff for the new certificate API.Nikos Mavrogiannopoulos2003-02-071-0/+1
* The old certificate parsing API was reimplemented over the new one. It will s...Nikos Mavrogiannopoulos2003-02-071-3/+8
* Added the new PKCS7 parsing functions.Nikos Mavrogiannopoulos2003-02-071-9/+25
* Added the new certificate handling functions.Nikos Mavrogiannopoulos2003-02-071-16/+53
* More improvements in the CRL support, and the X.509 backend. Added a function...Nikos Mavrogiannopoulos2003-02-071-0/+17
* CRL parsing support is almost complete.Nikos Mavrogiannopoulos2003-02-061-0/+10