summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* allow ciphersuites with elliptic curves even when using SSL 3.0.Nikos Mavrogiannopoulos2013-05-291-19/+19
* corrected AEAD tag sizeNikos Mavrogiannopoulos2013-05-292-5/+3
* more precise calculation of DTLS overheadNikos Mavrogiannopoulos2013-05-291-4/+7
* revive gnutls_handshake_get_last_in(). Report by Mann Ern Kang.Nikos Mavrogiannopoulos2013-05-251-0/+2
* corrected memory leak in padlock_hash_fast()Nikos Mavrogiannopoulos2013-04-162-0/+2
* make a short list of the available PK algorithmsNikos Mavrogiannopoulos2013-04-021-6/+20
* When in compatibility mode allow for a wrong version in the RSA PMS.Nikos Mavrogiannopoulos2013-03-274-4/+8
* Fixes in openpgp handshake with fingerprints. Reported by Joke de Buhr.Nikos Mavrogiannopoulos2013-03-215-12/+69
* correct issue with the (deprecated) external key signing and TLS 1.2Nikos Mavrogiannopoulos2013-03-211-1/+1
* search only for slots with tokens and avoid caching to prevent issues with mu...Nikos Mavrogiannopoulos2013-03-171-49/+27
* avoid internal errorNikos Mavrogiannopoulos2013-03-161-2/+3
* scan slots on PKCS #11 providers only when needed, not on initialization.Nikos Mavrogiannopoulos2013-03-161-44/+65
* return unimplemented feature on encounter of a known but unsupported urlNikos Mavrogiannopoulos2013-03-081-6/+7
* check revocation prior to reading local certs.Nikos Mavrogiannopoulos2013-03-061-4/+4
* deinitialize certificate and use internal function name for gnutls_x509_trust...Nikos Mavrogiannopoulos2013-03-063-3/+4
* correctly remove revoked certificates. That required quite some backports fro...Nikos Mavrogiannopoulos2013-03-053-13/+138
* Check for revoked certs in android and do not add. Suggested by David Woodhouse.Nikos Mavrogiannopoulos2013-03-051-3/+15
* lower the priority of the DHE_* ciphersuites.Nikos Mavrogiannopoulos2013-03-051-1/+5
* handle the interesting variance between directoriesNikos Mavrogiannopoulos2013-03-051-4/+5
* load CA certificates in Android 4.x systems.Nikos Mavrogiannopoulos2013-03-041-7/+58
* Fixed gnutls_pkcs11_reinit() to reinitialize all modules.Nikos Mavrogiannopoulos2013-02-191-7/+4
* corrected gnutls_pubkey_verify_data()Nikos Mavrogiannopoulos2013-02-131-3/+10
* reduced hash table sizeNikos Mavrogiannopoulos2013-02-131-1/+1
* DN variable 'T' was expanded to 'title'gnutls_3_0_28Nikos Mavrogiannopoulos2013-02-041-1/+1
* Fixes to avoid a timing attack in TLS CBC record parsing.Nikos Mavrogiannopoulos2013-02-042-37/+81
* Added GNUTLS_PKCS11_OBJ_ATTR_CRT_TRUSTED_CA to specify trusted CA certificates.Nikos Mavrogiannopoulos2013-02-043-4/+29
* simplified DB storingNikos Mavrogiannopoulos2013-02-011-30/+13
* remove function is not required to add or retrieve from db.Nikos Mavrogiannopoulos2013-02-011-3/+2
* Fixes in server side of DTLS-0.9.Nikos Mavrogiannopoulos2013-01-313-3/+14
* Fix AEAD out-of-place decryptionNikos Mavrogiannopoulos2013-01-281-1/+5
* added checks on decryption and verification.Nikos Mavrogiannopoulos2013-01-031-1/+13
* Stricter RSA PKCS #1 1.5 encoding. Reported by Kikuchi Masashi.Nikos Mavrogiannopoulos2012-12-311-2/+2
* Corrected bugs in record parsing.Nikos Mavrogiannopoulos2012-12-041-4/+4
* updated libtasn1Nikos Mavrogiannopoulos2012-11-0913-591/+541
* removed debuggingNikos Mavrogiannopoulos2012-11-071-1/+0
* Tolerate key usage violation.Nikos Mavrogiannopoulos2012-11-073-10/+2
* Too old -> superseded.Nikos Mavrogiannopoulos2012-11-062-3/+3
* Increased maximum password len in PKCS #12.Nikos Mavrogiannopoulos2012-11-061-11/+18
* CRL verification includes the time checks.Nikos Mavrogiannopoulos2012-11-063-10/+25
* Added debugging, and reverted some changes from the 3.1 backport.gnutls_3_0_25Nikos Mavrogiannopoulos2012-10-122-5/+21
* Added (back) RFC5081 support in client mode.Nikos Mavrogiannopoulos2012-10-114-12/+59
* Several OpenPGP updates.Nikos Mavrogiannopoulos2012-10-117-122/+165
* gnutls_ocsp_resp_check_crt() accepts the response index.Nikos Mavrogiannopoulos2012-10-012-5/+7
* Added gnutls_ocsp_resp_check_crt() to check whether the OCSPNikos Mavrogiannopoulos2012-09-305-0/+106
* Backported fix for receiving session tickets during session resumption.Nikos Mavrogiannopoulos2012-09-304-141/+147
* reduced verbosity and better debugging.Nikos Mavrogiannopoulos2012-09-236-97/+195
* Corrected bug in PGP subpacket encodingNikos Mavrogiannopoulos2012-09-231-1/+3
* small fixNikos Mavrogiannopoulos2012-09-221-2/+1
* corrected bug in gnutls_x509_privkey_sign_dataNikos Mavrogiannopoulos2012-09-221-1/+1
* several cleanupsNikos Mavrogiannopoulos2012-09-2220-138/+95