summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-03-28Remove redundant decl of 509_STORE_set_flagsHannes Magnusson
2017-03-28Add documentation for X509 time functionsEmilia Kasper
2017-03-27apps/passwd.c: 32 bits are sufficient to hold ROUNDS_MAX.Andy Polyakov
2017-03-27In err_cleanup(), cleanup the thread local storage tooRichard Levitte
2017-03-26aes/asm/bsaes-armv7.pl: relax stack alignment requirement.Andy Polyakov
2017-03-25engines/e_capi.c: formatting and styling fixes.Andy Polyakov
2017-03-25Don't access memory before checking the correct length in aesni_cbc_hmac_sha2...Bernd Edlinger
2017-03-24Move the downgrade sentinel declarations to a header fileMatt Caswell
2017-03-24Add a test for the TLSv1.3 downgrade mechanismMatt Caswell
2017-03-24Make the TLSv1.3 downgrade mechanism a configurable optionMatt Caswell
2017-03-24Add client side support for TLSv1.3 downgrade mechanismMatt Caswell
2017-03-24Add server side support for TLSv1.3 downgrade mechanismMatt Caswell
2017-03-24"any" instead of "and"Zack Williams
2017-03-24Fix function documentationIan Spence
2017-03-24bn/asm/sparcv9-mont.pl: fix squaring code path.Andy Polyakov
2017-03-23Look for comma before - in POD pagesRich Salz
2017-03-23Fix find-doc-nits: { is significant in regexpsRichard Levitte
2017-03-22Fix 80-test_ssl_old.t: only count the ciphers if there are any.Richard Levitte
2017-03-22modes/ocb128.c: fix misaligned access in ILP32 builds on 64-bit processors.Andy Polyakov
2017-03-22aes/asm/aesni-sha*-x86_64.pl: fix IV handling in SHAEXT paths.Andy Polyakov
2017-03-22poly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vpmadd52_8x.Andy Polyakov
2017-03-22x86_64 assembly pack: add some Ryzen performance results.Andy Polyakov
2017-03-22Change exit_checker comment on returned statusRichard Levitte
2017-03-21Refuse to run the PYCA external test if configured 'no-shared'Richard Levitte
2017-03-21Travis: make a separate job for external testsRichard Levitte
2017-03-2195-test_external_pyca_data/cryptography.py: only install for testingRichard Levitte
2017-03-21Adapt 20-test_enc.t and 20-test_enc_more.t to use statusvarRichard Levitte
2017-03-21Adapt 80-test_ssl_old.t to use statusvarRichard Levitte
2017-03-21OpenSSL::Test: add a statusvar option for run with capture => 1Richard Levitte
2017-03-21Remove duplicate X509_OBJECT free function.David Benjamin
2017-03-21Add a test for resumption after HRRMatt Caswell
2017-03-21Fix resumption after HRRMatt Caswell
2017-03-21Rework how protocol specific ciphers in 80-test_ssl_old.t are picked outRichard Levitte
2017-03-20Fix decoding of ASN.1 LONG and ZLONG itemsRichard Levitte
2017-03-20Document BIO_printf familyRich Salz
2017-03-20Fix docs for X509_CRL_get0_by_serial() and X509_CRL_get0_by_cert()Richard Levitte
2017-03-20Fix the error handling in CRYPTO_dup_ex_data.Bernd Edlinger
2017-03-20Fix a few internals testsRichard Levitte
2017-03-20Improve testing of elliptic curve validationRichard Levitte
2017-03-20Improve testing of elliptic curve validationJoseph Birr-Pixton
2017-03-19Update test vectors in tls13secretstestJoseph Birr-Pixton
2017-03-19TLS1.3: Correct intermediate secret derivationJoseph Birr-Pixton
2017-03-19Use memcmp() instead of CRYPTO_memcmp() when fuzzingKurt Roeckx
2017-03-19Make the CRYPTO_memcmp() prototype match memcmp()Kurt Roeckx
2017-03-17doc: fix -keylogfile optionPeter Wu
2017-03-17Implement certificate_authorities extensionDr. Stephen Henson
2017-03-17Support draft-19 TLS certificate request formatDr. Stephen Henson
2017-03-17Allow signature algorithms in TLS 1.3 certificate request extensions.Dr. Stephen Henson
2017-03-17Move parsing and construction of CA names to separate functionsDr. Stephen Henson
2017-03-17Fixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.Péter Budai