summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-07-19Don't skip over early_data if we sent an HRRMatt Caswell
2018-07-18CHANGES: mention blinding reverting in ECDSA. [skip ci]Andy Polyakov
2018-07-18ec/ecdsa_ossl.c: switch to fixed-length Montgomery multiplication.Andy Polyakov
2018-07-18ec/ecdsa_ossl.c: formatting and readability fixes.Andy Polyakov
2018-07-18ec/ecdsa_ossl.c: revert blinding in ECDSA signature.Andy Polyakov
2018-07-18bn/bn_lib.c address Coverity nit in bn2binpad.Andy Polyakov
2018-07-18Add a test for mismatch between key OID and sig algMatt Caswell
2018-07-18Check that the public key OID matches the sig algMatt Caswell
2018-07-17Fix typo in x25519-x86_64.plMat
2018-07-17Skip the GOST test where appropriateMatt Caswell
2018-07-17Fix a memory leak in the ticket testMatt Caswell
2018-07-17Fix no-pskMatt Caswell
2018-07-17Test that a failed resumption issues the correct number of ticketsMatt Caswell
2018-07-17Always issue new tickets when using TLSv1.3 stateful ticketsMatt Caswell
2018-07-17Improve testing of stateful ticketsMatt Caswell
2018-07-17Don't remove sessions from the cache during PHA in TLSv1.3Matt Caswell
2018-07-17Improve documentation about reading and writingKurt Roeckx
2018-07-17Enable all protocols and ciphers in the fuzzerKurt Roeckx
2018-07-16EC2M Lopez-Dahab ladder: use it also for ECDSA verifyNicola Tuveri
2018-07-16EC2M Lopez-Dahab ladder implementationNicola Tuveri
2018-07-16[test] test some important ladder corner casesBilly Brumley
2018-07-16EC point multiplication: add `ladder` scaffoldNicola Tuveri
2018-07-16Remove stale SM2 error codesNicola Tuveri
2018-07-15ec/curve25519.c: reorganize for better accessibility.Andy Polyakov
2018-07-15ec/asm/x25519-x86_64.pl: add CFI directives and Windows SE handler.Andy Polyakov
2018-07-15test/.../evppkey.txt: X25519 regression test vectors.Andy Polyakov
2018-07-15ec/asm/x25519-x86_64.pl: fix base 2^64 add/sub and final reduction.Andy Polyakov
2018-07-14bn/bn_lcl.h,bn_nist.c: addres strict warnings with -DBN_DEBUG.Andy Polyakov
2018-07-14rsa/*: switch to BN_bn2binpad.Andy Polyakov
2018-07-14bn/bn_lib.c: make BN_bn2binpad computationally constant-time.Andy Polyakov
2018-07-13Add a GOST testMatt Caswell
2018-07-13As a server don't select TLSv1.3 if we're not capable of itMatt Caswell
2018-07-13Use ssl_version_supported() when choosing server versionMatt Caswell
2018-07-13Do not use GOST sig algs in TLSv1.3 where possibleMatt Caswell
2018-07-13Documentation typo fix in BN_bn2bin.podAlexandre Perrin
2018-07-12Fix undefined behavior in s390x aes-gcm/ccmPatrick Steuer
2018-07-12bn/bn_{mont|exp}.c: switch to zero-padded intermediate vectors.Andy Polyakov
2018-07-12bn/bn_lib.c: add BN_FLG_FIXED_TOP flag.Andy Polyakov
2018-07-12bn/bn_mont.c: improve readability of post-condition code.Andy Polyakov
2018-07-12bn/bn_mont.c: move boundary condition check closer to caller.Andy Polyakov
2018-07-12bn/bn_lib.c: remove bn_check_top from bn_expand2.Andy Polyakov
2018-07-12apps/speed.c: let EVP_Update_loop_ccm behave more like EVP_Update_loopPatrick Steuer
2018-07-11Windows: avoid using 'rem' in the nmake makefileRichard Levitte
2018-07-11Windows: fix echo for nmakeRichard Levitte
2018-07-11NCONF_get_number refix.Pauli
2018-07-10Guard DECLARE_DEPRECATED against multiple includes of opensslconf.hRichard Levitte
2018-07-10util/dofile.pl: require Text::Template 1.46 or newerRichard Levitte
2018-07-10Existing transfer modules must have a package and a $VERSIONRichard Levitte
2018-07-10Make 'with_fallback' use 'use' instead of 'require'Richard Levitte
2018-07-10Avoid __GNUC__ warnings when defining DECLARE_DEPRECATEDRichard Levitte