aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-16Remove stale SM2 error codesNicola Tuveri4-12/+6
2018-07-15ec/curve25519.c: reorganize for better accessibility.Andy Polyakov1-143/+150
2018-07-15ec/asm/x25519-x86_64.pl: add CFI directives and Windows SE handler.Andy Polyakov1-1/+296
2018-07-15test/.../evppkey.txt: X25519 regression test vectors.Andy Polyakov1-0/+38
2018-07-15ec/asm/x25519-x86_64.pl: fix base 2^64 add/sub and final reduction.Andy Polyakov1-4/+17
2018-07-14bn/bn_lcl.h,bn_nist.c: addres strict warnings with -DBN_DEBUG.Andy Polyakov2-6/+5
2018-07-14rsa/*: switch to BN_bn2binpad.Andy Polyakov4-59/+64
2018-07-14bn/bn_lib.c: make BN_bn2binpad computationally constant-time.Andy Polyakov1-8/+15
2018-07-13Add a GOST testMatt Caswell8-1/+180
2018-07-13As a server don't select TLSv1.3 if we're not capable of itMatt Caswell1-3/+35
2018-07-13Use ssl_version_supported() when choosing server versionMatt Caswell3-19/+11
2018-07-13Do not use GOST sig algs in TLSv1.3 where possibleMatt Caswell1-0/+41
2018-07-13Documentation typo fix in BN_bn2bin.podAlexandre Perrin1-2/+2
2018-07-12Fix undefined behavior in s390x aes-gcm/ccmPatrick Steuer1-19/+21
2018-07-12bn/bn_{mont|exp}.c: switch to zero-padded intermediate vectors.Andy Polyakov4-33/+74
2018-07-12bn/bn_lib.c: add BN_FLG_FIXED_TOP flag.Andy Polyakov4-14/+29
2018-07-12bn/bn_mont.c: improve readability of post-condition code.Andy Polyakov1-6/+5
2018-07-12bn/bn_mont.c: move boundary condition check closer to caller.Andy Polyakov1-3/+4
2018-07-12bn/bn_lib.c: remove bn_check_top from bn_expand2.Andy Polyakov1-5/+0
2018-07-12apps/speed.c: let EVP_Update_loop_ccm behave more like EVP_Update_loopPatrick Steuer1-7/+15
2018-07-11Windows: avoid using 'rem' in the nmake makefileRichard Levitte1-14/+12
2018-07-11Windows: fix echo for nmakeRichard Levitte2-17/+31
2018-07-11NCONF_get_number refix.Pauli5-12/+61
2018-07-10Guard DECLARE_DEPRECATED against multiple includes of opensslconf.hRichard Levitte1-5/+7
2018-07-10util/dofile.pl: require Text::Template 1.46 or newerRichard Levitte1-1/+1
2018-07-10Existing transfer modules must have a package and a $VERSIONRichard Levitte1-0/+3
2018-07-10Make 'with_fallback' use 'use' instead of 'require'Richard Levitte1-2/+4
2018-07-10Avoid __GNUC__ warnings when defining DECLARE_DEPRECATEDRichard Levitte1-4/+6
2018-07-10poly1305/asm/poly1305-x86_64.pl: fix solaris64-x86_64-cc build.Andy Polyakov1-39/+38
2018-07-09Add tests for the "req" command, -addext flagRich Salz2-15/+20
2018-07-09Fix minor windows build issuesBernd Edlinger1-11/+11
2018-07-09apps/req.c: fix -addext option.Andy Polyakov1-14/+11
2018-07-09Correctly check for cryptodev hash supportConrad Meyer1-5/+5
2018-07-09modes/ocb128.c: readability and formatting improvements.Andy Polyakov1-15/+5
2018-07-09modes/ocb128.c: improve the calculation of double maskDesWurstes1-1/+1
2018-07-09Keep supporting the env / make variable PERLRichard Levitte4-9/+8
2018-07-08Update AUTHORS list, add commentaryRich Salz1-21/+35
2018-07-08Update DRBG CHANGES sectionKurt Roeckx1-5/+5
2018-07-07Remove a memsetMatt Caswell1-2/+0
2018-07-07Check a return value for success in ec_field_size()Matt Caswell1-1/+2
2018-07-07Fix some Coverity issues in sm2_encrypt()Matt Caswell1-9/+10
2018-07-07Check md_size isn't negative before we use itMatt Caswell1-5/+6
2018-07-06Don't fail if the PSK identity doesn't matchMatt Caswell1-2/+5
2018-07-06evp/e_chacha20_poly1305.c: further improve small-fragment TLS performance.Andy Polyakov2-8/+150
2018-07-06Document SSL_CTX_set_recv_max_early_data() etcMatt Caswell1-3/+30
2018-07-06Add the ability to configure recv_max_early_data via s_serverMatt Caswell1-4/+15
2018-07-06Add a test for the recv_max_early_data settingMatt Caswell1-5/+37
2018-07-06Introduce the recv_max_early_data settingMatt Caswell5-5/+71
2018-07-05Reject duplicate -addext parametersRich Salz2-4/+89
2018-07-05Add missing include file to docRich Salz1-0/+2