]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2020-12-20  Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-19  Richard LevitteGitHub CI: Separate no-deprecated job from minimal job
2020-12-19  Richard LevitteFix 'no-deprecated'
2020-12-19  Petr GotthardFix OSSL_PARAM creation in OSSL_STORE_open_ex
2020-12-19  Richard LevitteTEST: Fix test/endecode_test.c for 'no-legacy'
2020-12-17  Richard Levittemake update
2020-12-17  Richard LevitteGitHub CI: Add 'check-update' and 'check-docs'
2020-12-17  Paulidsa: add additional deprecated functions to CHANGES...
2020-12-17  Paulidsa: provider and library deprecation changes
2020-12-17  Paulidsa: apps deprecation changes
2020-12-17  Paulidsa: fuzzer deprecation changes
2020-12-17  Paulidsa: documentation deprecation changes
2020-12-17  Dr. David von... apps/cmp.c: Correct -keyform option range w.r.t engine
2020-12-17  Dr. David von... apps/cmp.c: Fix bug on -path option introduced in commi...
2020-12-17  Richard LevitteEVP: Fix memory leak in EVP_PKEY_CTX_dup()
2020-12-17  Richard LevitteCORE: Separate OSSL_PROVIDER activation from OSSL_PROVI...
2020-12-17  Richard LevitteDECODER: Adjust the library context of keys in our...
2020-12-17  Richard LevitteMSBLOB & PVK: Make it possible to write EVP_PKEYs with...
2020-12-17  Richard LevitteDECODER EVP_PKEY: Don't store all the EVP_KEYMGMTs
2020-12-17  Tomas MrazGithub CI: run also on repository pushes
2020-12-16  Richard LevitteAdd necessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA...
2020-12-16  Richard LevitteDrop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DS...
2020-12-16  Richard LevitteEVP_PKEY & EC_KEY: Make EC EVP_PKEY_CTX parameter ctrls...
2020-12-16  Richard LevitteEVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls...
2020-12-16  Richard LevitteEVP_PKEY & DSA: move dsa_ctrl.c to be included only...
2020-12-15  Richard LevittePROV: Add MSBLOB and PVK encoders
2020-12-15  Richard LevitteTEST: Fix test/recipes/15-test_rsa.t
2020-12-15  Richard LevitteAPPS: Correct the output structure for public keys...
2020-12-15  Rich SalzCheck non-option arguments
2020-12-15  Paulitest: document the random test ordering env variable
2020-12-15  Paulitest: print OPENSSL_TEST_RAND_ORDER=x when a randomised...
2020-12-15  Rich SalzDocument OCSP_REQ_CTX_i2d.
2020-12-15  Rich SalzDeprecate OCSP_REQ_CTX_set1_req
2020-12-15  Dmitry BelyavskiySkip tests depending on deprecated list -*-commands...
2020-12-15  Dmitry BelyavskiyDocumenting the options deprecating in CHANGES.md
2020-12-15  Dmitry BelyavskiyDocumenting the options deprecating
2020-12-15  Dmitry BelyavskiySkip unavailable digests and ciphers in -*-commands
2020-12-15  Dmitry BelyavskiyDeprecate -cipher-commands and -digest-commands options
2020-12-15  Dmitry BelyavskiyOPENSSL_NO_GOST has nothing to do with low-level algos
2020-12-14  Sebastian Andrzej... Configurations: PowerPC is big endian
2020-12-14  Shane LontisChange AES-CTS modes CS2 and CS3 to also be inside...
2020-12-14  Shane LontisFix Segfault in EVP_PKEY_CTX_dup when the ctx has an...
2020-12-14  Matt CaswellFix no-threads
2020-12-13  Ankita Shettyopenssl.pod: Fix openSSL options doc
2020-12-13  Richard LevitteRemove unnecessary guards around MSBLOB and PVK readers...
2020-12-13  Richard LevittePEM: Unlock MSBLOB and PVK functions from 'no-dsa'...
2020-12-12  Richard LevitteBuilding: Fix the library file names for MSVC builds...
2020-12-12  Richard LevitteDOCS: Improve documentation of the EVP_PKEY type
2020-12-12  Pauliparams: add integer conversion test cases.
2020-12-12  Pauliparams: allow more variations in integer conversions.
2020-12-11  Richard LevitteDOCS: Update OSSL_DECODER_CTX_new_by_EVP_PKEY.pod to...
2020-12-11  Matt CaswellFix some typos in EVP_PKEY-DH.pod
2020-12-11  Matt CaswellSkip cms tests using RC2 if no legacy provider
2020-12-11  Matt CaswellDon't run a legacy specific PKCS12 test if no legacy...
2020-12-11  Matt CaswellDon't use the legacy provider in test_store if its...
2020-12-11  Matt CaswellDon't load the legacy provider in test_evp_libctx unnec...
2020-12-11  Matt CaswellDon't load the legacy provider if not available in...
2020-12-11  Matt CaswellSkip testing ciphers in the legacy provider if no legacy
2020-12-11  Matt CaswellDon't load the legacy provider in endecoder_legacy_test
2020-12-11  Matt CaswellDon't use legacy provider if not available in test_ssl_old
2020-12-11  Matt CaswellFix sslapitest.c if built with no-legacy
2020-12-11  Matt CaswellSkip evp_test cases where we need the legacy prov and...
2020-12-11  Matt CaswellDon't use no-asm in the Github CIs
2020-12-11  Shane LontisAdd fips self tests for all included kdf
2020-12-11  Shane LontisAdd validate method to ECX keymanager
2020-12-10  Dr. David von... apps/{ca,req,x509}.c: Improve diag and doc mostly on...
2020-12-10  Dr. David von... openssl_hexstr2buf_sep(): Prevent misleading 'malloc...
2020-12-10  Dr. David von... v2i_AUTHORITY_KEYID(): Correct out-of-memory behavior...
2020-12-10  Dr. David von... X509V3_EXT_add_nconf_sk(): Improve description and...
2020-12-10  Dr. David von... openssl-ca.pod.in: Clarify the -extensions/-crlexts...
2020-12-10  Dr. David von... apps/x509.c: Factor out common aspects of X509 signing
2020-12-10  Dr. David von... apps/{req,x509,ca}.c: Cleanup: move shared X509{,_REQ...
2020-12-10  Dr. David von... apps/{req,x509,ca}.c: Clean up code setting X.509 cert...
2020-12-10  Dr. David von... x509v3_config.pod: Clarify semantics of subjectKeyIdent...
2020-12-10  Dr. David von... apps/req.c: Improve diagnostics on multiple/overriding...
2020-12-10  Dr. David von... Use adapted test_get_libctx() for simpler test setup...
2020-12-09  Fangming.FangRead MIDR_EL1 system register on aarch64
2020-12-09  Matt CaswellTest that we can negotiate TLSv1.3 if we have an SNI...
2020-12-09  Matt CaswellModify is_tls13_capable() to take account of the server...
2020-12-09  Tomas Mrazv3nametest: Make the gennames structure static
2020-12-09  Nan XiaoFix typo in OPENSSL_malloc.pod
2020-12-09  Paulirand: allow seed-src to be missing
2020-12-09  Paulirand: don't leak memory
2020-12-09  Paulirand seed: include lock and unlock functions.
2020-12-09  PauliFix error clash in build
2020-12-09  Paulirand: add a provider side seed source.
2020-12-08  Richard LevitteTLS: Use EVP_PKEY_get_group_name() to get the group...
2020-12-08  Richard LevitteEVP: Add EVP_PKEY_get_group_name() to extract the group...
2020-12-08  Richard LevitteEVP: constify the EVP_PKEY_get_*_param() argument ...
2020-12-08  David CarlierAdd MAP_CONCEAL from OpenBSD which has similar purpose...
2020-12-08  David CarlierCRYPTO_secure_malloc_init: Add FreeBSD support for...
2020-12-08  Daniel BeveniusSTORE: clear err after ossl_store_get0_loader_int
2020-12-08  Matt CaswellFix no-err
2020-12-08  Matt CaswellFix a compilation failure with no-tls_1_2
2020-12-08  Matt CaswellFix a test failure with no-tls1_3
2020-12-08  Richard Levitteproviders/common/der/build.info: Improve checks of...
2020-12-08  Matt CaswellUpdate CHANGES and NEWS for new release
2020-12-08  Matt CaswellAdd a test for encoding/decoding using an invalid ASN...
2020-12-08  Matt CaswellAdd a test for GENERAL_NAME_cmp
2020-12-08  Matt CaswellComplain if we are attempting to encode with an invalid...
next