Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-12Fix SipHash init order.Richard Levitte
2018-11-10Unbreak SECLEVEL 3 regression causing it to not accept any ciphers.Tomas Mraz
2018-11-08Test: enable internal tests for shared Windows buildsDr. Matthias St. Pierre
2018-11-05Add poly1305 MAC supportPaul Yang
2018-11-05GMAC implementationPauli
2018-10-30Have a couple of SipHash test uses the EVP_PKEY methodRichard Levitte
2018-10-30EVP_MAC: Add SipHash implementationRichard Levitte
2018-10-30Make sure at least one HMAC test still uses the EVP_PKEY methodRichard Levitte
2018-10-30Make sure at least one CMAC test still uses the EVP_PKEY methodRichard Levitte
2018-10-29test/evp_test.c: don't misuse pkey_test_ctrl() in mac_test_run()Richard Levitte
2018-10-03Refactor util/mkdef.pl for clearer separation of functionalityRichard Levitte
2018-09-12FIPS 140-2 IG A.9 XTS key check.Pauli
2018-09-11Update copyright yearMatt Caswell
2018-09-09TESTS: add test of decoding of invalid zero length ASN.1 INTEGER zeroRichard Levitte
2018-09-09TESTS: add SipHash tests with digestsize controlsRichard Levitte
2018-09-07Do not reset SNI data in SSL_do_handshake()Matt Caswell
2018-09-04Fix HMAC SHA3-224 and HMAC SHA3-256.Pauli
2018-09-04Make OBJ_NAME case insensitive.Pauli
2018-09-03[test] throw error from wrapper function instead of an EC_METHOD specific oneBilly Brumley
2018-09-03[test] ECC: make sure negative tests pass for the right reasonsBilly Brumley
2018-08-22Don't detect a downgrade where the server has a protocol version holeMatt Caswell
2018-08-22Test that a client protocol "hole" doesn't get detected as a downgradeMatt Caswell
2018-08-21Replace GFp ladder implementation with ladd-2002-it-4 from EFDNicola Tuveri
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell
2018-08-18test/recipes/30-test_evp_data: fix two typosDr. Matthias St. Pierre
2018-08-15Fix a bug in test_sslversionsMatt Caswell
2018-08-15Turn on TLSv1.3 downgrade protection by defaultMatt Caswell
2018-08-15Update code for the final RFC version of TLSv1.3 (RFC8446)Matt Caswell
2018-08-15Add SHA3 HMAC test vectors from NIST.Pauli
2018-08-09Add a test for TLSv1.3 fallbackMatt Caswell
2018-08-08Add a test for unencrypted alertMatt Caswell
2018-07-29Add test for DSA signatures of raw digests of various sizesBryan Donlan
2018-07-20Validate legacy_versionMatt Caswell
2018-07-18Add a test for mismatch between key OID and sig algMatt Caswell
2018-07-17Skip the GOST test where appropriateMatt Caswell
2018-07-15test/.../evppkey.txt: X25519 regression test vectors.Andy Polyakov
2018-07-13Add a GOST testMatt Caswell
2018-07-09Add tests for the "req" command, -addext flagRich Salz
2018-07-06Reject duplicate -addext parametersRich Salz
2018-07-04Tests for MD5-SHA1 combined digest.Pauli
2018-06-29More EVP ECC testing: positive and negativeBilly Brumley
2018-06-22recipes/90-test_shlibload.t: disable tests on AIX till further notice.Andy Polyakov
2018-06-21[crypto/ec] don't assume points are of order group->orderBilly Brumley
2018-06-19Move SM2 algos to SM2 specific PKEY methodJack Lloyd
2018-06-04Improve use of the test framework in the SM2 internal testsMatt Caswell
2018-06-04Add test recipes for internal SM2 testsMatt Caswell
2018-05-30OSSL_STORE: don't test file: URIs on MingwRichard Levitte
2018-05-29Update copyright yearMatt Caswell
2018-05-24Save and restore the Windows error around TlsGetValue.David Benjamin
2018-05-23Limit scope of CN name constraintsViktor Dukhovni