summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-03-18Clear the point S before freeing in ec_scalar_mul_ladderBernd Edlinger
2019-03-18Clear the secret point in ecdh_simple_compute_keyBernd Edlinger
2019-03-18PPC assembly pack: fix copy-paste error in CTR modeDaniel Axtens
2019-03-18coverity fixes for bntest.cShane Lontis
2019-03-15VMS: only use the high precision on VMS v8.4 and upDr. Matthias St. Pierre
2019-03-13Fix memory leak in ectestNicola Tuveri
2019-03-13Fix memory leaks in pkread.c demo fileMatt Caswell
2019-03-11fix truncation of integers on 32bit AIXShane Lontis
2019-03-10Fix two spelling errorsA. Schulze
2019-03-07Update documentation of RSA_padding_check_PKCS1_OAEP_mgf1Bernd Edlinger
2019-03-07Do the error handling in pkey_rsa_decrypt in constant timeBernd Edlinger
2019-03-07Add a simple test for RSA_SSLV23_PADDINGBernd Edlinger
2019-03-07Update documentation regarding required output buffer memory sizeBernd Edlinger
2019-03-07Fix memory overrun in rsa padding check functionsBernd Edlinger
2019-03-07Limit DEVRANDOM_WAIT to linuxBernd Edlinger
2019-03-07Add a test for underflow in ecp_nistp521.cMatt Caswell
2019-03-07Avoid an underflow in ecp_nistp521.cMatt Caswell
2019-03-06Update ChaCha20-Poly1305 documentationMatt Caswell
2019-03-06Test an overlong ChaCha20-Poly1305 nonceMatt Caswell
2019-03-06Prevent over long nonces in ChaCha20-Poly1305Matt Caswell
2019-03-05Don't write the tick_identity to the sessionMatt Caswell
2019-03-04openssl_strerror_r: Fix handling of GNU strerror_rVitezslav Cizek
2019-03-01Fix seeding from random device w/o getrandom syscallBernd Edlinger
2019-03-01deps: add s390 asm rules for OpenSSL-1.1.1Shigeki Ohtsu
2019-02-28Configure: support a few more "make variables" defaulting from envRichard Levitte
2019-02-28.travis.yml: change -std=c89 to -ansiRichard Levitte
2019-02-28Configuration: divide devteam flags into language specific setsRichard Levitte
2019-02-28Do buildtests on our public header files with C++ as wellRichard Levitte
2019-02-28Configure: make --strict-warnings a regular user provided compiler optionRichard Levitte
2019-02-27cfi build fixes in x86-64 ghash assemblyShane Lontis
2019-02-27Make the padlock engine build correctlyRichard Levitte
2019-02-27Ensure configured module specific and application specific defines are usedRichard Levitte
2019-02-27Add PADLOCK_ASM to dso_defines rather than lib_definesRichard Levitte
2019-02-27Fix the default digest algorthm of SM2Paul Yang
2019-02-26Revert "Configure: stop forcing use of DEFINE macros in headers"Richard Levitte
2019-02-26[test] modernize ecdsatest and extend ECDSA sign KATsBilly Brumley
2019-02-26Fix trivial typo in EVP_DigestVerifyInit docNicola Tuveri
2019-02-26Prepare for 1.1.1c-devMatt Caswell
2019-02-26Prepare for 1.1.1b releaseOpenSSL_1_1_1bMatt Caswell
2019-02-26Clarify that SSL_shutdown() must not be called after a fatal errorMatt Caswell
2019-02-26Update copyright yearMatt Caswell
2019-02-26e_devcrypto: set digest input_blocksizeEneas U de Queiroz
2019-02-26eng_devcrypto: close open session on initEneas U de Queiroz
2019-02-26Update NEWS for new releaseMatt Caswell
2019-02-26Disable 02-test_errstr.t on msys/mingw as well as MSWin32Richard Levitte
2019-02-26VMS: disable the shlibload test for nowRichard Levitte
2019-02-25Rearrange the inclusion of curve448/curve448_lcl.hRichard Levitte
2019-02-25Ensure bn_cmp_words can handle the case where n == 0Matt Caswell
2019-02-22Windows: Call TerminateProcess, not ExitProcessRichard Levitte
2019-02-22Don't restrict the number of KeyUpdate messages we can processMatt Caswell