]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2021-04-08  Matt CaswellUpdate copyright year
2021-04-08  Matt CaswellRemove a TODO in EVP_set_default_properties
2021-04-08  Matt CaswellUpdate the algorithm fetching documentation links
2021-04-08  Matt CaswellUpdate provider.pod
2021-04-08  Matt CaswellAdd additional glossary entries
2021-04-08  Matt CaswellExpand the libcrypto documentation
2021-04-08  Amitay Isaacscurve448: Integrate 64-bit reference implementation
2021-04-08  Amitay IsaacsConfigure: Check if 128-bit integers are supported...
2021-04-08  Amitay Isaacscurve448: Use constant time zero check function
2021-04-08  Amitay IsaacsAdd a constant time zero check function for 64-bit...
2021-04-08  Amitay Isaacscurve448: Remove the unrolled loop version
2021-04-08  Amitay Isaacscurve448: Use NLIMBS where appropriate to simplify...
2021-04-08  Amitay Isaacscurve448: Modernise reference 64-bit code
2021-04-08  Amitay Isaacscurve448: Rename arch_ref64 to arch_64
2021-04-08  Amitay IsaacsPartially Revert "Remove curve448 architecture specific...
2021-04-08  Amitay Isaacscurve448: Use relative includes to avoid explicit depen...
2021-04-08  Amitay IsaacsUse numbers definition of int128_t and uint128_t
2021-04-08  Amitay Isaacsnumbers: Define 128-bit integers if compiler supports
2021-04-08  Paulitest: add extra secure memory test case.
2021-04-08  Pauliparam_build: check for the usage of secure memory better.
2021-04-08  PauliRevert "Fix AES-CBC perf test failure issue"
2021-04-08  Pauliproperty: lock the lib ctx when updating the property...
2021-04-08  Paulitest: fix problem with threads test using default libra...
2021-04-08  Pauliproperty: check return values from the property locking...
2021-04-08  Pauliapps: fix AES CBC performance loop
2021-04-08  Shane LontisFix more certificate related lib_ctx settings.
2021-04-07  Paulifix coverity 1466710: resource leak
2021-04-07  Paulidh: fix coverity 1473238: argument cannot be negative
2021-04-07  Paulievp: fix coverity 1473631: argument cannot be negative
2021-04-07  Paulievp: fix coverity 1451509: argument cannot be negative
2021-04-07  Paulievp: fix coverity 1451510: argument cannot be negative
2021-04-07  Paulievp: fix coverity 1472682: argument cannot be negative
2021-04-07  Paulitest: fix coverity 1473234 & 1473239: argument cannot...
2021-04-07  Richard Levittetest/recipes/02-test_errstr.t: Do not test negative...
2021-04-07  Paulitest: fix coverity 1475940: negative return
2021-04-07  Paulitest: fix coverity 1475941: resource leak
2021-04-07  PauliDisallow ASN.1 enumerated types to be treated as strings.
2021-04-07  PauliRemove locking in CRYPTO_secure_allocated()
2021-04-07  PauliMake the lock in CRYPTO_secure_allocated() a read lock
2021-04-07  Fangming.FangFix AES-CBC perf test failure issue
2021-04-07  Nan XiaoFix typo in store_meth.c
2021-04-07  Nan XiaoRemove unnecessary setting SSL_MODE_AUTO_RETRY
2021-04-07  Sahana PrasadAdds a new lock to read default_path and uses a strdup...
2021-04-07  PauliEnsure that the negative flag is correct set for ASN1...
2021-04-07  PauliCheck for integer overflow in i2a_ASN1_OBJECT and error...
2021-04-06  Nan XiaoFix potential double free in sslapitest.c
2021-04-06  Tomas MrazDeprecate the EVP_PKEY controls for CMS and PKCS#7
2021-04-02  Richard LevitteInclude BN assembler alongside CPUID code
2021-04-02  Richard LevitteRefactor CPUID code
2021-04-02  Richard LevitteAPPS: Replace the use of OBJ_nid2ln() with name or...
2021-04-02  Richard LevitteEVP: Add EVP_<TYPE>_description()
2021-04-02  Richard LevitteAdd OSSL_STORE_LOADER_description()
2021-04-02  Richard LevitteAdd OSSL_DECODER_description() and OSSL_ENCODER_descrip...
2021-04-02  Richard LevitteCORE: Add an algorithm_description field to OSSL_ALGORITHM
2021-04-01  Randall S.... Corrected missing definitions from NonStop SPT build.
2021-04-01  Tomas MrazDSA_generate_parameters_ex: use the old method for...
2021-04-01  Nan XiaoFix typos in ssl_lib.c
2021-04-01  luyahanAdd riscv64 target
2021-04-01  Nan XiaoRemove unnecessary BIO_do_handshake()s
2021-04-01  Tomas MrazAdd "save-parameters" encoder parameter
2021-04-01  Tomas MrazAvoid going through NID when unnecessary
2021-04-01  Tomas MrazEVP_CIPHER_type: fix misleading argument name
2021-04-01  Tomas MrazDrop TODO 3.0 as we cannot get rid of legacy nids in 3.0
2021-04-01  Tomas MrazOBJ_nid2sn(NID_sha256) is completely equivalent to...
2021-04-01  Tomas MrazEVP_PKEY_CTRL_CIPHER can be used with encrypt/decrypt...
2021-04-01  Shane LontisAdd macosx build
2021-03-31  Shane LontisTest miminal windows build using Github actions
2021-03-31  Shane LontisAdd a range check (from SP800-56Ar3) to DH key derivation.
2021-03-31  Dr. David von... CHANGES.md: reflect OSSL_HTTP_REQ_CTX_i2d renamed to...
2021-03-31  Dr. David von... OSSL_HTTP_REQ_CTX_transfer(): improve distinction of...
2021-03-31  Dr. David von... OSSL_parse_url(): Improve handling of IPv6 addresses
2021-03-31  Dr. David von... 80-test_cmp_http.t: Add diagnostic info on starting...
2021-03-31  Dr. David von... http_client.c: Prevent spurious error queue entry on...
2021-03-31  Dr. David von... HTTP: Fix method_POST param by moving it to OSSL_HTTP_R...
2021-03-31  Rich SalzAdd a local perl module to get year last changed
2021-03-31  Randall S.... Split Makefile clean recipe for document sets into...
2021-03-31  Richard LevitteEVP: One stray comma removed in crypto/evp/ctrl_params_...
2021-03-31  Randall S.... Added guarding #ifndef/#define to avoid duplicate inclu...
2021-03-31  Richard LevitteRe-implement ANSI C building with a Github workflow
2021-03-30  Benjamin KadukIncrease HKDF_MAXBUF from 1024 to 2048
2021-03-30  Matt CaswellFix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITS
2021-03-30  Mohamed Akramdoc: fix enc -z option documentation
2021-03-30  Alex YurshaPrint correct error message in utils/mkdir-p.pl
2021-03-30  David BenjaminMerge OFB encrypt and decrypt test vectors.
2021-03-30  Randall S.... Add explicit support in util/shlib_wrap.sh.in for NonSt...
2021-03-30  Andrey MatyukovIncrease minimum clang version requirement for rsaz...
2021-03-30  Nan XiaoFix typos in bio.pod
2021-03-30  Paulissl: fix problem where MAC IDs were globally cached.
2021-03-30  Pauliapps: fix coverity 1474463, 1474465 & 1474467: resource...
2021-03-30  Paulitest: fix coverity 1474468: resource leak
2021-03-30  Paulievp: fix coverity 1474469: negative return
2021-03-30  Paulix509: fix coverity 1474470: NULL pointer dereference
2021-03-30  Paulix509: fix coverity 1474471: NULL pointer dereference
2021-03-30  Nan XiaoFix typo in BIO_push.pod
2021-03-30  Nan XiaoFix BIO_new_ssl_connect() to not leak memory
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
next