summaryrefslogtreecommitdiff
path: root/lib/x509
Commit message (Expand)AuthorAgeFilesLines
* small fixesNikos Mavrogiannopoulos2012-01-292-6/+7
* Revert "Added gnutls_ocsp_resp_verify() and some sign fixes."Nikos Mavrogiannopoulos2012-01-292-29/+6
* gnutls_ocsp_resp_verify_direct() will use the intermediate certificatesNikos Mavrogiannopoulos2012-01-291-75/+159
* Added gnutls_ocsp_resp_verify() and some sign fixes.Nikos Mavrogiannopoulos2012-01-282-8/+31
* Added gnutls_verify_stored_pubkey() and gnutls_store_pubkey().Nikos Mavrogiannopoulos2012-01-281-0/+16
* Added --ask option to ocsptool.Nikos Mavrogiannopoulos2012-01-261-12/+9
* Cleanup copyright headers.Simon Josefsson2012-01-2516-25/+33
* Doc fixes.Simon Josefsson2012-01-241-6/+10
* Added SinceNikos Mavrogiannopoulos2012-01-222-0/+4
* corrected AKI test.Nikos Mavrogiannopoulos2012-01-211-1/+1
* Added functions to parse authority key identifiers when stored as a 'general ...Nikos Mavrogiannopoulos2012-01-213-183/+407
* Corrected bug in _gnutls_parse_aia()Nikos Mavrogiannopoulos2012-01-211-11/+14
* sign fixes.Nikos Mavrogiannopoulos2012-01-212-14/+14
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-2124-176/+189
* Modulo operations are only occuring on unsigned integers.Nikos Mavrogiannopoulos2012-01-214-18/+24
* Add/fix copyright headers.Simon Josefsson2012-01-201-2/+1
* Add OCSP functionality.Simon Josefsson2012-01-203-0/+2795
* Fix semantics of (unused) _gnutls_trustlist_inlist.Simon Josefsson2012-01-202-8/+9
* Fix mem leak.Simon Josefsson2012-01-201-0/+2
* Run 'make update-copyright'.Simon Josefsson2012-01-1625-37/+32
* gnutls_x509_dn_oid_name() was extended with a flags option that accepts curre...Nikos Mavrogiannopoulos2012-01-102-20/+9
* Added discussion of distinguished names.Nikos Mavrogiannopoulos2012-01-103-15/+15
* Added gnutls_x509_dn_oid_name().Nikos Mavrogiannopoulos2012-01-093-5/+13
* updated descriptionsNikos Mavrogiannopoulos2012-01-091-9/+22
* removed not applicable comments.Nikos Mavrogiannopoulos2012-01-091-21/+7
* Authority information access information -> Authority information accessNikos Mavrogiannopoulos2012-01-081-1/+1
* GNUTLS_PK_ECC -> GNUTLS_PK_ECNikos Mavrogiannopoulos2012-01-026-14/+14
* corrected bug in DSA private key parsing.Nikos Mavrogiannopoulos2011-12-291-1/+0
* Allow the insertion of characters to align the randomart.Nikos Mavrogiannopoulos2011-12-291-2/+2
* updated random art's messages.Nikos Mavrogiannopoulos2011-12-281-1/+1
* Print the randomart on the key ID and not the fingerprint.Nikos Mavrogiannopoulos2011-12-281-21/+21
* print randomart for private keys as well.Nikos Mavrogiannopoulos2011-12-281-2/+2
* gnutls_atfork was no longer in use.Nikos Mavrogiannopoulos2011-12-281-2/+1
* Added function gnutls_random_art() to convert fingerprints to images (current...Nikos Mavrogiannopoulos2011-12-281-1/+23
* Optimizations in DH parameter generation.Nikos Mavrogiannopoulos2011-12-122-4/+4
* Don't export verify-high structs internally.Simon Josefsson2011-11-122-25/+84
* Added gnutls_x509_privkey_verify_params() which verifies the parameters of a ...Nikos Mavrogiannopoulos2011-11-111-3/+25
* Added documentation on revocation lists.Nikos Mavrogiannopoulos2011-11-111-2/+6
* Corrected ECC key generation.Nikos Mavrogiannopoulos2011-11-103-14/+14
* Add verify-high.h, to export some structs (for OCSP).Simon Josefsson2011-11-101-0/+25
* Make verify-high structures internally accessible (for OCSP).Simon Josefsson2011-11-102-27/+4
* Make more functions available internally (for OCSP).Simon Josefsson2011-11-103-7/+15
* Make asciiprint a globally available function.Simon Josefsson2011-11-101-18/+5
* Verify that received ECDH public key lies on the curve.Nikos Mavrogiannopoulos2011-11-055-42/+13
* Report correct error on ECC key parsing error.Nikos Mavrogiannopoulos2011-11-051-0/+1
* removed duplicate code.Nikos Mavrogiannopoulos2011-11-021-72/+32
* Also add -I's for gnulib's build directory, for mingw.Simon Josefsson2011-10-211-0/+1
* Corrected bug in gnutls_x509_data2hex. Report and fix by Vincent Untz.Nikos Mavrogiannopoulos2011-10-171-0/+1
* key id is being calculated the same way in private keys as in public keys.Nikos Mavrogiannopoulos2011-10-131-31/+4
* HASH2MAC macro is no more.Nikos Mavrogiannopoulos2011-10-081-1/+1