summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-11-29EVP_*Update: ensure that input NULL with length 0 isn't passedMatt Caswell
2019-11-27i2b_PVK(): Use Encrypt, not DecryptRichard Levitte
2019-11-22UI_UTIL_wrap_read_pem_callback(): when |cb| is NULL, use PEM_def_callbackRichard Levitte
2019-11-21EVP p_lib: Add NULL check to EVP_PKEY_missing_parameters.Pauli
2019-11-21Engine: Add NULL check.Pauli
2019-11-21ECDSA: don't clear free memory after verify.Pauli
2019-11-20Fix sha512_block_data_order_avx2 backtrace infoBernd Edlinger
2019-11-20Allow specifying the tag after AAD in CCM mode (2)Patrick Steuer
2019-11-17s390x assembly pack: fix bn_mul_comba4Patrick Steuer
2019-11-17Add missing EVP_PKEY_METHOD accessors for digestsign and digestverifyAnthony Hu
2019-11-13chacha_enc.c: fix for EBCDIC platformsJoerg Schmidbauer
2019-11-13Fix EC_POINT_bn2point() for BN_zero()Nicola Tuveri
2019-11-09Fix a -Warray-bounds gcc warning in OPENSSL_DIR_readBernd Edlinger
2019-11-09conf_def.c: Avoid calling strlen() in a loopraniervf
2019-11-05BIO_s_connect: add an error state and use itRichard Levitte
2019-11-04Don't leak memory in the event of a failure in i2v_GENERAL_NAMESMatt Caswell
2019-11-03s390x assembly pack: enable clang buildPatrick Steuer
2019-11-02VMS: Added new method to gather entropy on VMS, based on SYS$GET_ENTROPY.Richard Levitte
2019-11-01md4/md5: macros should not include the line following themPatrick Steuer
2019-11-01Fix potential memory leak in dh_ameth.cScott Wilson
2019-10-31[crypto/bn] fix a few small timing leaks in BN_lshift1 and BN_rshift1Billy Brumley
2019-10-29Suppress an error when doing SM2 sign/verify opsPaul Yang
2019-10-28Allow EVP_PKEY_get0_RSA for RSA-PSS keysTobias Nießen
2019-10-23Update control logic for BN_gcdCesar Pereida Garcia
2019-10-19Move random-related defines from e_os.h to rand_unix.cDr. Matthias St. Pierre
2019-10-19rand_unix.c: correct include guard commentsDr. Matthias St. Pierre
2019-10-17Constant-time GCD function.Cesar Pereida Garcia
2019-10-17Unify BN_rshift designCesar Pereida Garcia
2019-10-16[crypto/asn1/x_bignum.c] Explicit test against NULLCesar Pereida Garcia
2019-10-15Document and add macros for additional DSA optionsDavid Benjamin
2019-10-15[ec_asn1.c] Avoid injecting seed when built-in matchesNicola Tuveri
2019-10-10Fix unused goto label gcc warningViktor Szakats
2019-10-03Define AESNI_ASM if AESNI assembler is included, and use itRichard Levitte
2019-10-03rsa: replace magic number '11' by RSA_PKCS1_PADDING_SIZEDr. Matthias St. Pierre
2019-10-03Fix iOS simulator buildBernd Edlinger
2019-10-03Fix long name of some Microsoft objectsMichael Osipov
2019-09-30Add defines for __NR_getrandom for all Linux architecturesKurt Roeckx
2019-09-30Fix a bundle of mischecks of return valuesPaul Yang
2019-09-27Fix header file include guard namesDr. Matthias St. Pierre
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-21Use the correct maximum indentKurt Roeckx
2019-09-16Fix building statically without any dso supportBernd Edlinger
2019-09-16clearing the ecx private key memoryManishPatidar1
2019-09-13Fix potential memory leaks with BN_to_ASN1_INTEGERBernd Edlinger
2019-09-12BIO_f_zlib: Properly handle BIO_CTRL_PENDING and BIO_CTRL_WPENDING calls.Tomas Mraz
2019-09-11crypto/threads_win.c: fix preprocessor indentationDr. Matthias St. Pierre
2019-09-11crypto/threads_none.c: fix syntax error in openssl_get_fork_id()Dr. Matthias St. Pierre
2019-09-10Update copyright yearMatt Caswell
2019-09-10Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkeyBernd Edlinger