openssl.git
2021-03-30 Richard LevitteAndroid config targets: don't include the SO version...
2021-03-30 Richard LevitteUnix build file template: symlink "simple" to "full...
2021-03-29 Shane LontisFix DH gettable OSSL_PKEY_PARAM_DH_PRIV_LEN so that...
2021-03-29 Shane LontisUpdate deprecated API's in the documentation.
2021-03-29 Andrey MatyukovMoved build instructions from the man page
2021-03-29 Randall S.... Add $(PERL) to util/wrap.pl execution to avoid env...
2021-03-29 Nan XiaoFix typo in bio.h.in
2021-03-28 Tomas MrazImplement EVP_PKEY_dup() function
2021-03-28 Tomas MrazRemove RSA bignum_data that is not used anywhere
2021-03-28 Paulidoc: fix style problems with this man page
2021-03-28 PauliFix X509_PUBKEY_dup() to not leak memory
2021-03-28 Paulitest: add test case for X508_PUBKEY_dup() function
2021-03-28 Paulidoc: add documentation for the X509_PUBKEY_dup() function
2021-03-28 Sahana PrasadAllocates and initializes pubkey in X509_PUBKEY_dup()
2021-03-28 Shane LontisFix Build issue on Oracle Linux x64
2021-03-28 Shane LontisDisable cmp_http test on AIX
2021-03-27 Richard LevitteTEST: Cleanup test recipes
2021-03-26 Tomas MrazMake the SM2 group the default group for the SM2 algorithm
2021-03-26 Tomas MrazRemove the external BoringSSL test
2021-03-26 Alexander Traudssl/ssl_ciph.c: update format string, again
2021-03-26 Dr. David von... HTTP: Fix mem leak of OSSL_HTTP_REQ_CTX_transfer()...
2021-03-26 Dr. David von... HTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_C...
2021-03-26 Richard LevitteRSA-PSS: When printing parameters, always print the...
2021-03-26 Paulidoc: life-cycle descritpion for MACs
2021-03-26 Paulidoc: note that MAC lifecycle transitions will be enforc...
2021-03-26 Paulidoc: life-cycle descritpion for RANDs
2021-03-26 Paulidoc: note that RAND lifecycle transitions will be enfor...
2021-03-26 Paulidoc: life-cycle description for KDFs/PRFs
2021-03-26 Paulidoc: note that KDF/PRF transitions will be enforced...
2021-03-26 Paulidoc: add life-cycle source files
2021-03-25 Paulitest: fix coverity 1473609 & 1473610: unchecked return...
2021-03-25 Paulievp: fix coverity 1473378: unchecked return value
2021-03-25 Pauliparams: fix coverity 1473069: unchecked return values
2021-03-25 Paulievp: fix coverity 1467500 & 1467502: unchecked return...
2021-03-25 Pauliapps: fix coverity 1455340: unchecked return value
2021-03-25 Paulitest: fix coverity 1451550: unchecked return value
2021-03-25 Paulitest: fix coverity 1429210: unchecked return value
2021-03-25 Paulitest: fix coverity 1416888: unchecked return value
2021-03-25 Paulitest: fix coverity 1414451: unchecked return value
2021-03-25 Pauliapps: fix coverity 1358776, 1451513, 1451519, 1451531...
2021-03-25 Paulitest: fix coverity 1338157: unchecked return value
2021-03-25 Pauliencoder: fix coverity 1473235: null dereference
2021-03-25 Pauliapps: fix coverity 1470781: explicit null dereference
2021-03-25 Paulism2: fix coverity 1467503: explicit null dereference
2021-03-25 Paulirsa: fix coverity 1463571: explicit null dereference
2021-03-25 Paulirand: fix coverity 1473636: data race condition
2021-03-25 Paulix509: fix coverity 1474424: data race condition
2021-03-25 Paulix509: fix coverity 1461225: data race condition
2021-03-25 Tomas MrazEVP_PKCS82PKEY: Create provided keys if possible
2021-03-25 Matt CaswellUpdate CHANGES.md and NEWS.md for new release
2021-03-25 Matt CaswellEnsure buffer/length pairs are always in sync
2021-03-25 Peter Kaestlessl sigalg extension: fix NULL pointer dereference
2021-03-25 Matt CaswellAdd a test for CVE-2021-3449
2021-03-25 Matt CaswellTeach TLSProxy how to encrypt <= TLSv1.2 ETM records
2021-03-24 Rich SalzMake fipsinstall -out flag optional
2021-03-24 Andrey MatyukovRearranged .pdata entries in rsaz-avx512.pl to make...
2021-03-24 Shane LontisAdd coveralls to CI
2021-03-24 Juergen ChristFix compilation under -Werror
2021-03-24 FdaSilvaYYFix a windows build break
2021-03-23 Pauliec_keymgmt: fix coverity 1474427: resource leak
2021-03-23 Paulidh: fix coverty 1474423: resource leak
2021-03-23 Pauliapps: fix coverity 1451544: improper use of negative...
2021-03-23 Paulitest: fix coverity 1451534: improper use of negative...
2021-03-23 Paulitest: fix coverity 1469427: impropery use of negative...
2021-03-23 Paulitest: fix coverity 1454812: improper use of negative...
2021-03-23 Paulitest: fix coverity 1451574: improper use of negative...
2021-03-23 Paulienc: fix coverity 1451499, 1451501, 1451506, 1451507...
2021-03-23 Paulitest: fix coverity 1371689 & 1371690: improper use...
2021-03-23 Pauliapps: fix coverity 271258: improper use of negative...
2021-03-23 Paulierr: fix coverity 1452768: dereference after null check
2021-03-23 Paulipem: fix coverity 1474426: uninitialised scalar variable.
2021-03-23 Matt CaswellBe more selective about copying libcrypto symbols into...
2021-03-23 Randall S.... Disable fips-securitychecks if no-fips is configured.
2021-03-23 Jon Spillettendecode_test: Add file and line arguments to test...
2021-03-22 Shane LontisFix usages of const EVP_MD.
2021-03-22 Andrey MatyukovDual 1024-bit exponentiation optimization for Intel...
2021-03-22 Dr. David von... APPS: fix load_certs_multifile() interpreting backslashes
2021-03-21 Shane LontisFix DER reading from stdin for BIO_f_readbuffer
2021-03-21 Richard LevitteASN1: Reset the content dump flag after dumping
2021-03-21 Paulievp: fix coverity 1473380: copy into fixed size buffer
2021-03-20 Paulisslapitest: fix problem in cleanup on failure path
2021-03-20 Paulievp: fix coverity 1473381 - dereference after null...
2021-03-20 Paulix509: coverity 1472673 & 1472693 - dereference after...
2021-03-20 Paulitest: coverity 1469426 - dereference after null check
2021-03-20 Paulissl: coverity 1465527 - dereference after null check
2021-03-20 Paulitest: coverity 1455749 - dereference after null check
2021-03-20 Paulitest: coverity 1455747 - dereference after null check
2021-03-20 Pauliasync: coverity 1446224 - dereference after null check
2021-03-20 Paulievp: fix coverity 1445872 - dereference after null...
2021-03-20 Paulidecoder: fix Coverity 1473236 & 1473386: resource leaks
2021-03-20 Pauliapps: fix Coverity 1472670 & 1472685: resource leaks
2021-03-20 Paulirsa: fix coverity 1472658: resource leak
2021-03-20 Paulievp: fix coverity 1470561: resource leak
2021-03-20 Paulitest: fix coverity 1470559: resource leak
2021-03-20 Paulitest: fix coverity 1455330, 1455332, 1455334, 1455342...
2021-03-20 Paulissl: fix coverity 1451495: resource leak
2021-03-20 Paulitest: fix coverity 1414449 & 1414471: resource leak
2021-03-20 Paulitest: fix coverity 1414445: resource leak
2021-03-20 Paulitest: fix coverity 1454040: resource leak
2021-03-20 Paulitest: fix coverity 1451562: resource leak
next