]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2021-04-13  FdaSilvaYYnits: fix a few typo in template code
2021-04-13  Jakub Wilkdoc: Fix formatting
2021-04-13  Todd ShortHandle set_alpn_protos inputs better.
2021-04-13  Dr. Matthias... util/wrap.pl: use the apps/openssl.cnf from the source...
2021-04-13  Petr Gotthardapps: call ERR_print_errors when OSSL_PROVIDER_load...
2021-04-13  PauliNote deprecated function/macros with no replacement.
2021-04-13  Shane LontisFix windows compiler error in kmac_prov.c
2021-04-13  Shane LontisAdd FIPS Self test for AES_ECB decrypt
2021-04-12  Matt CaswellRemove the function EVP_PKEY_set_alias_type
2021-04-12  Matt CaswellUpdate KTLS documentation
2021-04-12  Matt CaswellOnly enable KTLS if it is explicitly configured
2021-04-12  Tomas MrazAlways reset IV for CBC, OFB, and CFB mode on cipher...
2021-04-12  Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-04-12  Shane LontisAdd OSSL_PARAM_dup() and OSSL_PARAM_merge().
2021-04-12  Paulikmac: update the documention for the customisation...
2021-04-12  Paulikmac: fix customistation string overflow bug
2021-04-12  Paulikmac: add long customisation string example
2021-04-12  PauliAdd additional KMAC error
2021-04-09  Armin Fuerstapps: fix warning about size_t / int conversion
2021-04-09  Dave Coombscrl2pkcs7 shouldn't include empty optional sets
2021-04-09  Nan XiaoFix typos in x509.pod
2021-04-09  Tomas MrazSmall fixes and cleanups of provider API documentation
2021-04-09  Tomas Mrazprovider-decoder.pod: Documentation of provider side...
2021-04-09  Nan XiaoFix typo in statem_clnt.c
2021-04-08  Christian HeimesInherit hostflags verify params even without hosts
2021-04-08  Dr. David von... d2i_PrivateKey_decoder(): Fix premature exit on unsucce...
2021-04-08  Dr. David von... PEM_X509_INFO_read_bio_ex(): Generalize to allow parsin...
2021-04-08  Dr. David von... d2i_PrivateKey{,_ex}() and PEM_X509_INFO_read_bio_ex...
2021-04-08  Dr. David von... PEM_X509_INFO_read,{_bio}_ex(): Complete documentation...
2021-04-08  Pauliapps: fix Camellia CBC performance loop
2021-04-08  Matt CaswellPrepare for 3.0 alpha 15
2021-04-08  Matt CaswellPrepare for release of 3.0 alpha 14 openssl-3.0.0-alpha14
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.
next