]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2021-11-12  Matt CaswellDon't bail out during provider deactivation if we don...
2021-11-12  Matt CaswellDon't try and do ossl_provider_find in ossl_provider_new
2021-11-12  Matt CaswellRemove the isinited variable from child_prov_globals
2021-11-12  Matt CaswellAvoid a race in init_thread_stop()
2021-11-12  Matt CaswellDon't attempt to deactive child providers if we don...
2021-11-12  Matt CaswellDon't write to the globals ossl_property_true and ossl_...
2021-11-12  Tomas Mrazdoc: Document outcome of multiple digestsign/digestveri...
2021-11-12  Tomas Mrazevp_extra_test: Add SIPHASH MAC digestsign test with...
2021-11-12  Tomas Mrazproviders: Allow possible reinitialization in all signa...
2021-11-12  Tomas Mraztest: Add testing of reinitialization via EVP_DigestSig...
2021-11-12  Tomas Mrazdo_sigver_init: Allow reinitialization of an existing...
2021-11-12  PW HuFix return value checking of BN_check_prime invocations
2021-11-12  PauliAdd return value NULL checks that were missing
2021-11-12  Paulix509: use safe maths calls for overflow detection
2021-11-12  Paulirun-checker: add CI to test safe_math without compiler...
2021-11-12  Paulistack: increase the reallocation ratio
2021-11-12  Paulitest: add unit tests for integer overflow helpers
2021-11-12  Paulidoc: document the internal integer overflow helpers
2021-11-12  Pauliheader: add integer overflow helper functions
2021-11-11  Dr. David von... 25-test_req.t: Add systematic SKID+AKID tests for self...
2021-11-11  Dr. David von... X509: Fix handling of AKID and SKID extensions accordin...
2021-11-11  Job SnijdersAdd OID for RPKI id-ct-ASPA
2021-11-11  Anton Blanchardsha/asm/keccak1600-ppc64.pl: Load data in 8 byte chunks...
2021-11-09  Pauliprov: remove unused field `flag_fallback` and function...
2021-11-09  Xiaofei BaiFix sigsize usage in apps/speed.c
2021-11-09  Paulix509: remove dead call to strlen()
2021-11-09  PW HuFix: invoking X509_self_signed improperly
2021-11-09  Paulicoverity: add a daily coverity build
2021-11-09  Richard LevitteFix DER encoder implementations for output structures...
2021-11-09  PW HuFix: invoking x509_name_cannon improperly
2021-11-08  Tianjia ZhangKTLS: use EVP_CIPHER_is_a instead of nid
2021-11-08  Dr. David von... APPS/x509: Fix generation of AKID via v2i_AUTHORITY_KEYID()
2021-11-08  Dr. David von... APPS/cmp: make the -sans option support email addresses...
2021-11-07  Matt CaswellFix errors in EVP_PKEY_fromdata examples
2021-11-07  PauliFix data race setting `default_DSO_meth`
2021-11-07  PauliAddress Coverity 1493362 resource leak
2021-11-07  PauliAddress coverity 1493382 argument cannot be negative
2021-11-07  PauliAddress Coverity 1493387 Logically dead code
2021-11-07  PauliFix coverity 1493364 & 1493375: unchecked return value
2021-11-07  PW HuFix incorrect return check of BN_bn2binpad
2021-11-07  Pauliavoid a NULL dereference when getting digest
2021-11-05  slontisFix tests to check for negative results when calling...
2021-11-05  Phil MesnierFix for a segv interrupt that occurs when fix_dh_rfc511...
2021-11-04  PauliAdd unit tests for weak key and key parity checks
2021-11-04  PauliConvert the weak key and key parity tests to be constan...
2021-11-04  PauliRemove redundant tests
2021-11-04  Bernd EdlingerFix a memory leak in ssl_create_cipher_list
2021-11-04  Bernd EdlingerFix a memory leak in tls_parse_stoc_key_share
2021-11-04  Tom CosgroveFix builds on Armv8 systems without AArch64
2021-11-03  x2018check the return value of BN_new() and BN_dup()
2021-11-02  Tomas MrazDES_set_key(): return values as DES_set_key_checked...
2021-11-02  Felipe GasperRevise s_client and s_server verbiage re secure renegot...
2021-11-02  Mingjun.YangAdd missing check according to SM2 Digital Signature...
2021-11-01  PW Huupdate doc: BN_bn2lebinpad() and BN_bn2nativepad()
2021-11-01  PW HuFix incorrect return check of BN_bn2nativepad
2021-10-28  PauliRemove redundant RAND_get0_private() call
2021-10-28  PW HuFix return value error in doc, and an error test
2021-10-28  x2018fix some code with obvious wrong coding style
2021-10-27  Richard LevitteConfigurations/windows-makefile.tmpl: obj2bin(): use...
2021-10-27  Matt CaswellFix a gcc 11.2.0 warning
2021-10-27  Matt CaswellClarify the documentation for the "byname" functions
2021-10-27  Tomas Mraztest: fetching proper signature provider for non-export...
2021-10-27  Richard LevitteCORE: Encure that cached fetches can be done per provider
2021-10-27  Richard LevitteEVP: For all operations that use an EVP_PKEY, check...
2021-10-27  Richard LevitteEVP: Allow a fallback for operations that work with...
2021-10-27  Richard LevitteEVP: Add internal functions to fetch type specific...
2021-10-27  Richard LevitteEVP: Reverse the fetch logic in all pkey using function...
2021-10-27  Richard LevitteEVP: Add evp_keymgmt_fetch_from_prov()
2021-10-27  Richard LevitteEVP: Add the internal function evp_generic_fetch_from_p...
2021-10-27  Richard LevitteCORE: add a provider argument to ossl_method_construct()
2021-10-27  Jiasheng Jiangtest/ssl_old_test.c: Do NULL pointer check before its use
2021-10-27  x2018free the Post-Handshake Auth digest when there is an...
2021-10-27  Jiasheng JiangRemove unused variable 'sctx'
2021-10-26  Matt CaswellTest that a key is usable after an EVP_PKEY_fromdata...
2021-10-26  Matt CaswellDon't crash encoding a public key with no public key...
2021-10-26  x2018add checks for the return values of BN_new(), sk_RSA_PR...
2021-10-26  Paulispeed: range check the argument given to -multi
2021-10-26  Kinshuk DuaDoc: replace `NULL` terminated with `NUL`
2021-10-26  PW Hudoc: Fix some function signature errors
2021-10-26  Paulitest-rand: return failure on not enough data, allow...
2021-10-26  Arne SchwabeNote that SHA1 and MD5 x509 signatures are also forbidd...
2021-10-25  Tomas Mrazmigration_guide: Mention ERR_GET_FUNC() and function...
2021-10-25  Tomas Mrazcmp.c: Avoid dereference with negative index and use...
2021-10-25  Tomas MrazX509_PUBKEY_dup: Do not just up-ref the EVP_PKEY
2021-10-25  Tomas MrazX509_dup: Avoid duplicating the embedded EVP_PKEY
2021-10-25  Tomas Mraztests: Add test for X509_dup with ENGINE based key
2021-10-25  Matt CaswellFix no-cmac
2021-10-25  Tomas MrazOCSP_sendreq_bio: Avoid doublefree of mem BIO
2021-10-25  PW Hudoc: Fix some function signature errors
2021-10-23  Dr. David von... OSSL_HTTP_transfer.pod: clarify that resulting BIO...
2021-10-23  Dr. David von... OSSL_HTTP_REQ_CTX.pod: clarify that resulting BIO must...
2021-10-22  Michael BaentschPermit no/empty digest in core_obj_add_sigid
2021-10-22  Kinshuk DuaDoc: be explicit about NUL in max_identity_len
2021-10-22  Matt CaswellFix the s_server psk_server_cb for use in DTLS
2021-10-22  yuanjungongClean up on failed BIO creation
2021-10-22  PW HuFix documentation errors, mainly caused by return value...
2021-10-22  PW HuFix some documentation errors related to return values
2021-10-22  Tomas Mrazdoc: EVP_PKEY_get_utf8/octet_string_param() clarify...
2021-10-22  Tomas Mrazdoc: Document the type of label EVP_PKEY_CTX_set0_rsa_o...
2021-10-22  Matt CaswellUpdate pyca-cryptography sub-module
next