openssl.git
2021-01-28 Richard LevittePrepare for release of 3.0 alpha 11 openssl-3.0.0-alpha11
2021-01-28 Richard LevitteUpdate copyright year
2021-01-28 Richard LevitteUpdate NEWS.md before alpha11 release
2021-01-28 Richard LevitteAPPS: Restore inclusions
2021-01-27 Matt CaswellFix running mingw dhparam test under wine
2021-01-27 Daniel BeveniusFix typo in thread_once comments
2021-01-27 Richard LevitteFix OSSL_PARAM_allocate_from_text() for EBCDIC
2021-01-26 Dr. David von... TLS client: allow cert verify callback return -1 for...
2021-01-26 Daiki Uenoparams: OSSL_PARAM_utf8_ptr: don't automatically refere...
2021-01-26 Richard LevitteDOC: Fix a few minor issues in OSSL_ENCODER / OSSL_DECO...
2021-01-26 Richard LevitteClean away unnecessary length related OSSL_PARAM key...
2021-01-26 Tomas MrazCheck that the ecparam and pkeyparam do not mangle...
2021-01-26 Tomas MrazAdd checks for NULL return from EC_KEY_get0_group()
2021-01-26 Tomas Mrazec: Document that -conv_form and -no_public are not...
2021-01-26 Tomas Mrazssl_old_test.c: Replace use of deprecated EC functions
2021-01-26 Tomas MrazEVP_PKEY_get_group_name works with public keys as well
2021-01-26 Tomas MrazAdd manpage for EVP_PKEY_get_field_type and EVP_PKEY_ge...
2021-01-26 Tomas MrazAvoid using OSSL_PKEY_PARAM_GROUP_NAME when the key...
2021-01-26 Tomas MrazDisable the test-ec completely when building with no-ec
2021-01-26 Matt CaswellAdd EVP_PKEY functions to get EC conv form and field...
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-26 Shane LontisAdd functions to set values into an EVP_PKEY
2021-01-26 Tomas Mrazkrb5kdf: Do not dereference NULL ctx when allocation...
2021-01-25 Richard LevitteDrop Travis
2021-01-25 Richard LevitteGithub CI: Add a job for out-of-source build + install
2021-01-25 Richard LevitteUnix Makefile generator: Fix empty basename calls
2021-01-25 Tomas Mrazbn: Deprecate the X9.31 RSA key generation related...
2021-01-23 Dr. David von... OCSP HTTP: Restore API of undocumented and recently...
2021-01-23 Dr. David von... OSSL_HTTP_REQ_CTX.pod: minor addition and remove redund...
2021-01-23 Dr. David von... OSSL_HTTP_REQ_CTX_new(): replace method_GET parameter...
2021-01-23 Dr. David von... rename OSSL_HTTP_REQ_CTX_header to OSSL_HTTP_REQ_CTX_se...
2021-01-23 Dr. David von... Add check of HTTP method to OSSL_HTTP_REQ_CTX_content()
2021-01-23 Dr. David von... Util/Pod.pm: Fix uninitialized $podinfo{lastsecttext...
2021-01-22 Matt CaswellFix no-dh and no-dsa
2021-01-22 Matt CaswellDon't copy parameters on setting a key in libssl
2021-01-22 Matt CaswellEnsure legacy_asn1_ctrl_to_param can handle MDs not...
2021-01-21 Richard LevitteUnix Makefile generator: separate "simple" shared libra...
2021-01-21 zsugabubusCheck input size before NULL pointer test inside mem_wr...
2021-01-21 Tomas Mrazdh_cms_set_shared_info: Use explicit fetch to be able...
2021-01-21 Tomas Mrazdh_cms_set_peerkey: The peer key is encoded as an ASN...
2021-01-21 Tomas MrazMake the smdh.pem test certificate usable with fips...
2021-01-21 Tomas Mrazkdf_exch.c (kdf_derive): Proper handling of NULL secret
2021-01-21 Tomas MrazFixes related to broken DH support in CMS
2021-01-21 Tomas MrazPass correct maximum output length to provider derive...
2021-01-21 Dr. David von... CMP: Allow PKCS#10 input also for ir, cr, kur, and...
2021-01-21 Dr. David von... X509_REQ_get_extensions(): Return empty stack if no...
2021-01-21 Dr. David von... apps/cmp.c: Check self-signature on CSR input and warn...
2021-01-21 Dr. David von... apps/cmp.c: Improve diagnostics on loading private...
2021-01-21 Tomas MrazCI: Add some legacy stuff that we do not test in GitHub...
2021-01-21 Michael Baentschfall-back -> fallback find-doc-nit addition
2021-01-21 Tim HitchinsFix typo in crl2pkcs documentation
2021-01-21 Rich SalzDeprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_ex
2021-01-20 Vadim Fedorenkoktls: Initial support for ChaCha20-Poly1305
2021-01-20 Matt CaswellEnsure SRP BN_mod_exp follows the constant time path
2021-01-20 Tomas Mrazec_kmgmt.c: OSSL_PKEY_PARAM_DEFAULT_DIGEST is gettable...
2021-01-20 Dr. David von... X509v3_get_ext_by_NID.pod: Add warning on counter-intui...
2021-01-20 Dr. David von... apps/x509.c: Make -x509toreq respect -clrext, -sigopt...
2021-01-20 Dr. David von... apps/x509.c: Add -copy_extensions option, used when...
2021-01-20 Dr. David von... 80-test_ssl_old.t: Minor corrections: update name of...
2021-01-20 Dr. David von... apps.c: Clean up copy_extensions()
2021-01-20 Dr. David von... X509_REQ_print_ex(): Correct indentation of extensions...
2021-01-20 Dr. David von... X509_REQ_print_ex(): Replace weird 'a0:00' output on...
2021-01-20 Dr. David von... constify X509_REQ_add_extensions() and X509_REQ_add_ext...
2021-01-20 Dr. David von... apps/x509.c: Major code, user guidance, and documentati...
2021-01-20 Dr. David von... apps/x509.c: Take the -signkey arg as default pubkey...
2021-01-20 Dr. David von... 25-test_x509.t: Make test case w.r.t. self-issued cert...
2021-01-20 Dr. David von... 25-test_x509.t: Minor update: factor out path for test...
2021-01-20 Dr. David von... 25-test_x509.t: Minor update: do not anymore unlink...
2021-01-20 Dr. David von... X509: Enable printing cert even with invalid validity...
2021-01-20 Dr. David von... ASN1_TIME_print() etc.: Improve doc and add comment...
2021-01-20 Dr. David von... make various test CA certs RFC 5280 compliant w.r.t...
2021-01-20 Jon Spillettapps/genpkey.c: Use PEM_read_bio_Parameters_ex when...
2021-01-20 Jon Spilletttest-gendsa: Add test cases with FIPS provider
2021-01-20 Dr. David von... x509_vfy.c: Rename CHECK_CB() to the more intuitively...
2021-01-20 Shane LontisRemove pkey_downgrade from PKCS7 code
2021-01-19 Dr. David von... util/check-format.pl: Minor improvements of whitespace...
2021-01-19 Rich SalzDeprecate OCSP_xxx API for OSSL_HTTP_xxx
2021-01-19 Richard LevitteDOCS: Fix the last few remaining pass phrase options...
2021-01-18 Kurt RoeckxFix memory leak in mac_newctx() on error
2021-01-18 Shane LontisFix PKCS7 potential segfault
2021-01-18 Shane LontisCMS: Fix NULL access if d2i_CMS_bio() is not passed...
2021-01-18 Tomas MrazRename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_...
2021-01-18 Michael BaentschUpdate SERVER_HELLO_MAX_LENGTH
2021-01-16 Dr. David von... replace all BIO_R_NULL_PARAMETER by ERR_R_PASSED_NULL_P...
2021-01-16 Dr. David von... bio_lib.c: Fix error queue entries and return codes...
2021-01-16 Dr. David von... X509V3_EXT_CRL_add_nconf(): Fix mem leak on error and...
2021-01-15 Jon SpillettAllow EVP_PKEY private key objects to be created withou...
2021-01-15 Richard LevitteFix incomplete deprecation guard in test/sslapitest.c
2021-01-15 Richard LevitteFix crypto/des/build.info
2021-01-15 Rich SalzDocument openssl thread-safety
2021-01-15 PauliRemove unused DRBG tests.
2021-01-15 Daniel BeveniusCorrect typo in rsa_oaep.c
2021-01-14 Michael BaentschEnhance default provider documentation
2021-01-14 Matt CaswellFix a failure where fetches can return NULL in multi...
2021-01-14 Matt CaswellFix an issue in provider_activate_fallbacks()
2021-01-14 Matt CaswellExtend the threads test to add simple fetch from multi...
2021-01-14 Matt CaswellEnable locking on the primary DRBG when we create it
2021-01-14 Matt CaswellMake sure we take the ctx->lock in ossl_lib_ctx_generic...
2021-01-14 Matt CaswellLock the provider operation_bits
2021-01-14 Matt CaswellDocument the core_thread_start upcall
next