summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* improve docs for gnutls_certificate_verify_peers*()Daniel Kahn Gillmor2015-09-171-3/+9
* _gnutls_hex2bin: avoid overrun in the provided bufferNikos Mavrogiannopoulos2015-09-141-2/+1
* better error checking in seed decodingNikos Mavrogiannopoulos2015-09-131-9/+9
* gnutls_x509_privkey_verify_seed: fail on keys without seed informationNikos Mavrogiannopoulos2015-09-131-0/+3
* Use separate PEM headers for provable private keysNikos Mavrogiannopoulos2015-09-1310-47/+119
* Allow verifying and generating provable DSA keysNikos Mavrogiannopoulos2015-09-138-87/+247
* Made the new key generation API flexible to allow extensions in the futureNikos Mavrogiannopoulos2015-09-135-14/+54
* Added API to verify private keys generated with seedNikos Mavrogiannopoulos2015-09-137-7/+144
* gnutls_asn1_tab: updated auto-generated fileNikos Mavrogiannopoulos2015-09-131-1/+8
* Added API to generate private keys from a given seedNikos Mavrogiannopoulos2015-09-1215-32/+293
* properly generate asn1_tab.cNikos Mavrogiannopoulos2015-09-122-3/+73
* Don't use formatted output for fixed stringsNikos Mavrogiannopoulos2015-09-111-3/+3
* renamed the auto-verification functionsNikos Mavrogiannopoulos2015-09-053-11/+11
* pkcs11: when storing public keys, make sure they are marked as not privateNikos Mavrogiannopoulos2015-09-041-0/+5
* Introduced GNUTLS_E_CERTIFICATE_VERIFICATION_ERROR to be returned by the auto...Nikos Mavrogiannopoulos2015-08-274-5/+9
* nettle: simplified SHA3 checks for nettleNikos Mavrogiannopoulos2015-08-272-32/+10
* export _gnutls_digest_exists for self testsNikos Mavrogiannopoulos2015-08-261-0/+1
* x509: tolerate missing subject or issuer fieldsNikos Mavrogiannopoulos2015-08-261-24/+42
* gnutls_oid_to_digest(): don't return supported but disabled algorithmsNikos Mavrogiannopoulos2015-08-261-1/+3
* Added support for the SHA3 digest algorithmNikos Mavrogiannopoulos2015-08-265-2/+136
* Define more precisely the auto verification function semantics.Nikos Mavrogiannopoulos2015-08-241-3/+6
* Allow overriding the verification flags from the auto-verification functionsNikos Mavrogiannopoulos2015-08-245-7/+18
* Document the new verification functionsNikos Mavrogiannopoulos2015-08-241-2/+3
* Added simpler verification functions for clientsNikos Mavrogiannopoulos2015-08-246-23/+176
* Added gnutls_session_set_verify_functionNikos Mavrogiannopoulos2015-08-245-5/+47
* Makefiles: updated for new filenamesNikos Mavrogiannopoulos2015-08-232-2/+2
* Moved pk_* functions to pk.cNikos Mavrogiannopoulos2015-08-234-73/+74
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-23249-1000/+998
* Moved the PRF functions to prf.cNikos Mavrogiannopoulos2015-08-233-425/+458
* hex decoding: more reasonable error codesNikos Mavrogiannopoulos2015-08-231-7/+6
* Set the extended master secret status based on resumption data onlyNikos Mavrogiannopoulos2015-08-212-6/+4
* session packing: corrected issue in PSK session unpackNikos Mavrogiannopoulos2015-08-211-1/+5
* PSK: save the username in client side in the auth structureNikos Mavrogiannopoulos2015-08-211-1/+18
* _gnutls_hash() returns error code if any.Nikos Mavrogiannopoulos2015-08-211-1/+1
* x509: when appending CRLs to a trust list ensure that we don't have duplicatesNikos Mavrogiannopoulos2015-08-212-3/+32
* Enable key usage checks in the client side of RSA ciphersuitesNikos Mavrogiannopoulos2015-08-141-0/+28
* priorities: Added internal option to allow key usage violations in server sideNikos Mavrogiannopoulos2015-08-144-1/+8
* fix typo in commentNikos Mavrogiannopoulos2015-08-141-1/+1
* Re-enable the certificate key usage checks for compliance with ciphersuiteNikos Mavrogiannopoulos2015-08-142-15/+28
* gnutls_x509_crl_set_authority_key_id, gnutls_x509_crl_set_number allow overwr...Nikos Mavrogiannopoulos2015-08-131-4/+4
* gnutls.h: added macro gnutls_check_version_numericNikos Mavrogiannopoulos2015-08-072-2/+14
* use pure and const gcc attributes in headersNikos Mavrogiannopoulos2015-08-072-76/+124
* key decoding: set key to null for consistencyNikos Mavrogiannopoulos2015-08-041-1/+3
* key decoding: simplify decoding logic by removing the fallbackNikos Mavrogiannopoulos2015-08-041-25/+24
* key decoding: corrected regression with PKCS #8 key decodingNikos Mavrogiannopoulos2015-08-041-0/+14
* pkcs11: set the CKA_TOKEN attribute on generated public keysNikos Mavrogiannopoulos2015-08-032-2/+10
* handshake: check inappropriate fallback against the configured max versionNikos Mavrogiannopoulos2015-08-011-3/+3
* corrected GNUTLS_E_INAPPROPRIATE_FALLBACK error codeNikos Mavrogiannopoulos2015-08-011-1/+1
* copy_ciphersuites: use definition for reserved ciphersuitesNikos Mavrogiannopoulos2015-08-011-3/+3
* handshake: add FALLBACK_SCSV priority optionAlessandro Ghedini2015-08-014-1/+17