summaryrefslogtreecommitdiff
path: root/lib/x509
Commit message (Expand)AuthorAgeFilesLines
* Updated PKCS #11 support for gnutls_x509_trust_list_add_trust_file().Nikos Mavrogiannopoulos2014-01-025-76/+130
* Added userPrincipalNameNikos Mavrogiannopoulos2013-12-231-0/+2
* removed debuggingNikos Mavrogiannopoulos2013-12-211-1/+0
* gnutls_x509_trust_list_remove_cas() and derivatives will utilize a black list.Nikos Mavrogiannopoulos2013-12-162-3/+90
* Corrected documentation for gnutls_x509_trust_list_add_trust_*Nikos Mavrogiannopoulos2013-12-161-5/+5
* Eliminated memory leak in print_aia(). Reported by Ben de Graaff.Nikos Mavrogiannopoulos2013-11-281-4/+18
* doc updateNikos Mavrogiannopoulos2013-11-241-2/+2
* Added macro to check for the 'no well defined' expiration time.Nikos Mavrogiannopoulos2013-11-241-0/+3
* Dates and time that would overflow the GeneralTime are also truncated. We may...Nikos Mavrogiannopoulos2013-11-161-2/+5
* An expiration time of (time_t)-1 will set to the no well-defined expiration d...Nikos Mavrogiannopoulos2013-11-162-0/+7
* Improvements in PKCS #11 support.Nikos Mavrogiannopoulos2013-11-092-2/+3
* reindented codeNikos Mavrogiannopoulos2013-11-0832-24099/+23311
* in gnutls_x509_privkey_generate() allow specifying an explicit curve.Nikos Mavrogiannopoulos2013-11-081-1/+10
* bug fix in gnutls_x509_crt_set_dn() at DN parsing.Nikos Mavrogiannopoulos2013-11-051-2/+3
* removed debugging infoNikos Mavrogiannopoulos2013-11-051-3/+1
* Added ISO OID for RSA-SHA1 signatures.Nikos Mavrogiannopoulos2013-10-251-0/+1
* Normalize capitalization from "Public Key Id" to "Public Key ID"Daniel Kahn Gillmor2013-10-211-2/+2
* removed limitation as this has been resolvedNikos Mavrogiannopoulos2013-09-171-2/+0
* Add NETTLE_CFLAGS in makefilesMartin Storsjo2013-06-061-1/+1
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-2510-22/+28
* several updatesNikos Mavrogiannopoulos2013-05-164-7/+13
* Add the standard description OID to those recognized for DNsStef Walter2013-04-271-0/+1
* Always escape printable strings the LDAP way, and avoid escaping hex encoded ...Nikos Mavrogiannopoulos2013-04-272-68/+62
* Do not include null terminator in DN string.Nikos Mavrogiannopoulos2013-04-272-13/+15
* doc updatesNikos Mavrogiannopoulos2013-04-082-8/+8
* Removed the RSA-EXPORT ciphersuites.Nikos Mavrogiannopoulos2013-04-073-3/+0
* Removed elliptic curve code from gnutls. Use nettle's implementation.Nikos Mavrogiannopoulos2013-04-022-18/+0
* changed license headers to 2.1. Reported by Andreas Metzler.Nikos Mavrogiannopoulos2013-03-241-1/+1
* The HMAC subsystem can now be used for other MAC algorithms, like UMAC. UMAC-...Nikos Mavrogiannopoulos2013-03-192-10/+10
* Added salsa20 cipher, and ciphersuites.Nikos Mavrogiannopoulos2013-03-172-2/+2
* Private key parameters are overwritten with zeros on deinitialization.Nikos Mavrogiannopoulos2013-03-151-0/+10
* avoid duplicate memory allocation in _gnutls_x509_get_dn()Nikos Mavrogiannopoulos2013-03-081-113/+80
* Placed back _gnutls_x509_compare_raw_dn().Nikos Mavrogiannopoulos2013-03-064-9/+29
* deinitialize the certificateNikos Mavrogiannopoulos2013-03-061-0/+1
* Added functions that remove certificates from a trust list.Nikos Mavrogiannopoulos2013-03-052-0/+180
* Several optimizations on certificate comparisons including DN. This speeds up...Nikos Mavrogiannopoulos2013-03-059-491/+203
* Revert "When making the hash list of the CAs avoid calling get_raw_*_dn() whi...Nikos Mavrogiannopoulos2013-03-051-9/+9
* When making the hash list of the CAs avoid calling get_raw_*_dn() which is ve...Nikos Mavrogiannopoulos2013-03-051-9/+9
* Added new functions to get the LDAP DN in an allocated buffer.Nikos Mavrogiannopoulos2013-03-055-0/+153
* fix description of id_size parameterDaniel Kahn Gillmor2013-03-051-2/+2
* doc updateNikos Mavrogiannopoulos2013-02-241-1/+2
* Use gnutls_realloc_fast everywhere. Suggested by David Woodhouse.Nikos Mavrogiannopoulos2013-02-182-3/+3
* corrected parsing issue in XMPP data when in a subject alternative nameNikos Mavrogiannopoulos2013-02-171-30/+13
* reduced hash table sizeNikos Mavrogiannopoulos2013-02-131-1/+1
* fixed issue in gnutls_x509_privkey_import2()Nikos Mavrogiannopoulos2013-02-071-4/+5
* updated docNikos Mavrogiannopoulos2013-02-051-2/+4
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-035-5/+5
* Added GNUTLS_PKCS11_OBJ_ATTR_CRT_TRUSTED_CA to specify trusted CA certificates.Nikos Mavrogiannopoulos2013-02-031-1/+1
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-0125-25/+25
* rewritten DN parsing code.Nikos Mavrogiannopoulos2013-01-251-56/+68