summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* pkcs11: increase attributes size in gnutls_pkcs11_copy_x509_privkeyNikos Mavrogiannopoulos2015-08-091-1/+1
* pkcs11: set the CKA_TOKEN attribute on generated public keysNikos Mavrogiannopoulos2015-08-032-2/+11
* safe renegotiation: simulate receiving the extension on receival of SCSVNikos Mavrogiannopoulos2015-07-311-0/+1
* safe renegotiation: handle case where client didn't send any extensionNikos Mavrogiannopoulos2015-07-311-0/+4
* As server don't try to send extensions we didn't receive.Nikos Mavrogiannopoulos2015-07-313-29/+36
* Reset the output value on error in _gnutls_x509_dn_to_string()Nikos Mavrogiannopoulos2015-07-311-0/+1
* gnutls_prf: document that this is not identical to RFC5705Nikos Mavrogiannopoulos2015-07-201-2/+5
* corrected function nameNikos Mavrogiannopoulos2015-07-101-1/+1
* PSK: set the hint in DHE-PSK and ECDHE-PSK ciphersuitesNikos Mavrogiannopoulos2015-07-101-10/+74
* dumbfw: don't append a size prefix in the padNikos Mavrogiannopoulos2015-07-091-4/+3
* DSA: the numeric number of bits returned from public key should depend on P n...Nikos Mavrogiannopoulos2015-07-011-2/+2
* name constraints: don't reject certificates if a CA has the URI or IPADDRESS ...Nikos Mavrogiannopoulos2015-07-011-0/+48
* enhanced header matching code for private keys to skip unrelated dataNikos Mavrogiannopoulos2015-06-261-5/+21
* gnutls_x509_privkey_import2: better behavior when provided with an unencrypte...Nikos Mavrogiannopoulos2015-06-251-1/+22
* _gnutls_get_asn_mpis() will release any data on failureNikos Mavrogiannopoulos2015-06-252-4/+5
* Corrected camellia256 set key in nettle3 compat modeNikos Mavrogiannopoulos2015-06-101-2/+2
* drbg-aes: include gnutls_errors.hNikos Mavrogiannopoulos2015-06-041-0/+1
* fips140: added check for reseed detectionNikos Mavrogiannopoulos2015-06-041-9/+35
* fips140: reset the reseed counter only on reseedNikos Mavrogiannopoulos2015-06-041-1/+1
* fips140: added more checks on the reseed and generate functionNikos Mavrogiannopoulos2015-06-041-10/+49
* fips140: enforce the max_number_of_bits_per_requestNikos Mavrogiannopoulos2015-06-042-7/+36
* Check the OID size for match when comparing for the OCSP nonce extensionNikos Mavrogiannopoulos2015-05-261-2/+4
* gnutls_dh_get_prime_bits: return 0 if DH is not usedArmin Burgmeier2015-05-241-0/+3
* gnutls_dh_get_group: mention that the values may include a leading zeroNikos Mavrogiannopoulos2015-05-221-0/+6
* gnutls_dh_set_prime_bits: warn when overriding the DH max prime size with 100...Nikos Mavrogiannopoulos2015-05-211-3/+3
* Allow using nettle3 with gnutls3.3Nikos Mavrogiannopoulos2015-05-1412-10/+624
* fix memory leak in ECDSA key parameters verificationgnutls_3_3_15Jan Vcelak2015-05-031-0/+5
* doc: updated gnutls_dtls_set_timeoutsNikos Mavrogiannopoulos2015-05-031-3/+0
* gnutls_handshake_set_timeout will properly work with DTLSNikos Mavrogiannopoulos2015-05-031-0/+5
* updated minitasn1Nikos Mavrogiannopoulos2015-04-282-2/+3
* before falling back to SHA1 as signature algorithm in TLS 1.2 check if it is ...Nikos Mavrogiannopoulos2015-04-251-1/+5
* _gnutls_session_sign_algo_enabled: do not consider any values from the extens...Nikos Mavrogiannopoulos2015-04-251-17/+1
* set the value used by gnutls_certificate_client_get_request_status prior to s...Nikos Mavrogiannopoulos2015-04-251-5/+5
* fixed doc: reported by Anton LavrentievNikos Mavrogiannopoulos2015-04-221-3/+3
* gnutls_certificate_get_ours: will return the certificate even if a callback w...Nikos Mavrogiannopoulos2015-04-211-1/+1
* ensure that the X.509 version number is one byte onlyNikos Mavrogiannopoulos2015-04-211-1/+1
* Check for invalid length in the X.509 version fieldNikos Mavrogiannopoulos2015-04-201-1/+10
* do not penalize CBC ciphers with the maximum send data sizeNikos Mavrogiannopoulos2015-03-291-6/+0
* made ciphersuites.c more self-contained to be handled by test-ciphersuites.shNikos Mavrogiannopoulos2015-03-291-0/+1
* Better fix for the double free in dist point parsingNikos Mavrogiannopoulos2015-03-281-4/+6
* updated libtasn1Nikos Mavrogiannopoulos2015-03-282-4/+5
* gnutls_subject_alt_names_set and gnutls_x509_aki_set_cert_issuer will set nul...Nikos Mavrogiannopoulos2015-03-284-2/+67
* eliminated double-free in the parsing of dist pointsNikos Mavrogiannopoulos2015-03-271-1/+0
* gnutls_pkcs11_privkey_generate2: increased the size of ck_attributesNikos Mavrogiannopoulos2015-03-271-1/+1
* pkcs11: check gnutls_rnd() for error conditionNikos Mavrogiannopoulos2015-03-271-1/+6
* gnutls_pkcs11_privkey_generate2: set a CKA_ID on key generationNikos Mavrogiannopoulos2015-03-271-1/+13
* pkcs11: set the CKA_SIGN and CKA_DECRYPT flags when writing a private keyNikos Mavrogiannopoulos2015-03-261-1/+14
* When an application calls gnutls_server_name_set() with a name of zero size d...Nikos Mavrogiannopoulos2015-03-261-0/+5
* name constraints: when no name of the type is found, accept the certificateNikos Mavrogiannopoulos2015-03-251-4/+12
* avoid overflow when receiving DTLS 0.9 CCSNikos Mavrogiannopoulos2015-03-201-2/+2