summaryrefslogtreecommitdiff
path: root/lib/gnutls_privkey.c
Commit message (Expand)AuthorAgeFilesLines
* ported to libtasn1 0.2.x. Also the included minitasn1 was replaced by the 0.2...Nikos Mavrogiannopoulos2003-02-141-17/+17
* Added some private key handling functions. They are primitive enough for now.Nikos Mavrogiannopoulos2003-02-121-33/+0
* removed the raw part in the gnutls_privkey internal structure..Nikos Mavrogiannopoulos2003-02-071-23/+0
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-4/+4
* Improved gnutls_x509_extract_key_pk_algorithm(), which can now distinguish DS...Nikos Mavrogiannopoulos2002-10-041-5/+8
* Added function to extract the public key algorithm of a DER encoded private key.Nikos Mavrogiannopoulos2002-10-011-0/+32
* moved to libgcrypt 1.1.8Nikos Mavrogiannopoulos2002-07-121-2/+0
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-0/+3
* renamed libasn1 to libtasn1Nikos Mavrogiannopoulos2002-06-111-1/+1
* Adapted codebase to the new libasn1 0.1.0.Nikos Mavrogiannopoulos2002-06-101-25/+24
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* *** empty log message ***Nikos Mavrogiannopoulos2002-05-101-1/+1
* Cleaned up the big number support.Nikos Mavrogiannopoulos2002-05-011-6/+6
* Added function to report if a session is a resumed one. See gnutls_session_re...Nikos Mavrogiannopoulos2002-04-181-0/+1
* Error codes of ASN.1 parser are now independent, with a map toNikos Mavrogiannopoulos2002-03-311-4/+4
* Optimized RSA decryption. (Very) Much faster nowNikos Mavrogiannopoulos2002-03-281-48/+123
* some error codes were renamed to more appropriate namesNikos Mavrogiannopoulos2002-03-101-2/+2
* Combined error codes of gnutls and ASN.1 parser. Also several cleanups in theNikos Mavrogiannopoulos2002-03-061-6/+6
* Added OpenPGP certificate support in gnutls.Nikos Mavrogiannopoulos2002-02-031-11/+5
* GNUTLS_X509PKI -> GNUTLS_CRD_X509PKINikos Mavrogiannopoulos2002-01-281-1/+1
* added support for DSS certificates.gnutls_with_dss_cert_supportNikos Mavrogiannopoulos2002-01-271-116/+53
* Added stuff for DSS certificates (not ready yet)Nikos Mavrogiannopoulos2002-01-261-7/+148
* Cleanups. Now use GCRYMPI_FMT_STD instead of USG.Nikos Mavrogiannopoulos2001-12-081-2/+2
* several fixes.Nikos Mavrogiannopoulos2001-11-101-5/+7
* corrected memory leaks and other bugsNikos Mavrogiannopoulos2001-11-071-2/+2
* fixes in SRP key exchange and several others.Nikos Mavrogiannopoulos2001-08-071-2/+2
* renamed cert_* to x509_*Nikos Mavrogiannopoulos2001-08-051-3/+3
* corrected memory leaksNikos Mavrogiannopoulos2001-07-211-0/+2
* several fixes cleanups etc.Nikos Mavrogiannopoulos2001-07-211-1/+1
* several cleanupsNikos Mavrogiannopoulos2001-07-141-9/+9
* Updated ASN.1 Parser (Fabio - commited by me).Nikos Mavrogiannopoulos2001-07-071-10/+12
* cleanupsNikos Mavrogiannopoulos2001-07-011-2/+2
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-0/+121