openssl.git
2021-12-01 Dmitry BelyavskiyRefactor: a separate func for provider activation from...
2021-12-01 Tomas Mrazpvkkdf: Always reset buflen after clearing the buffer
2021-11-30 Tomas Mrazvarious kdfs: Always reset buflen after clearing the...
2021-11-30 Dmitry BelyavskiyMore detailed explanation how do engines work in 3.0
2021-11-29 Dmitry BelyavskiyNo EtM for GOST ciphers in TLS 1.2
2021-11-29 PW HuReturn -1 properly from do_X509_REQ_verify and do_X509_...
2021-11-29 olszomalDon't include any TLSv1.3 ciphersuites that are disabled
2021-11-28 Paulidoc: remove non-existent callbacks
2021-11-27 Tom CosgroveFix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning...
2021-11-26 Richard LevitteTEST: Enable and fix test_bn2padded() in test/bntest.c
2021-11-26 Dr. David von... BIO_push.pod: fix confusing text and add details on...
2021-11-26 Bernd EdlingerEnable brainpool curves for TLS1.3
2021-11-26 Allan JudeDetect arm64-*-*bsd and enable assembly optimizations
2021-11-26 Matt CaswellDon't delete the doc/html directories when cleaning
2021-11-25 x2018check the return value of OPENSSL_strdup(CRYPTO_strdup...
2021-11-25 Paulidoc: fix macro name
2021-11-25 x2018check the return value of OPENSSL_strdup(CRYPTO_strdup...
2021-11-25 x2018check the return value of OPENSSL_strdup to prevent...
2021-11-24 Richard LevitteAllow sign extension in OSSL_PARAM_allocate_from_text()
2021-11-24 Richard LevitteHave OSSL_PARAM_allocate_from_text() raise error on...
2021-11-24 Richard LevitteTest the performance of OSSL_PARAM_allocate_from_text...
2021-11-24 Tomas MrazAdd test for copying uninitialized EVP_MD_CTX
2021-11-24 Tomas MrazEVP_MD_CTX_copy_ex: Allow copying uninitialized digest...
2021-11-24 Matt CaswellClarify and correct the EVP_CTRL_AEAD_SET_TAG docs
2021-11-24 Rami Khaldix509: Return a nonzero exit code on error when checking...
2021-11-24 Allan JudeFix detection of ARMv7 and ARM64 CPU features on FreeBSD
2021-11-24 Patrick UiterwijkSupport different R_BITS lengths for KBKDF
2021-11-23 Richard LevitteDOC: Add a few previously documented functions
2021-11-23 Tomas MrazAdd test for EVP_PKEY_sign_init_ex with RSA PSS padding
2021-11-23 Tomas Mrazrsa_signverify_init: Set the PARAMS after key is set
2021-11-23 Richard LevitteDOC: OSSL_PARAM_{set,get,construct}_BN() currently...
2021-11-23 Richard LevitteMake OSSL_PARAM_BLD_push_BN{,_pad}() return an error...
2021-11-23 Bernd EdlingerAdd a test case for duplicate engine loading
2021-11-23 Bernd EdlingerAvoid loading of a dynamic engine twice
2021-11-22 Dr. David von... Fix HTTP server port output and allow dynamic verbosity...
2021-11-22 Peiwei HuSSL_export_keying_material: fix return check
2021-11-22 Peiwei HuBIO_set_indent: fix return check
2021-11-22 Peiwei HuBIO_set_prefix: fix return check
2021-11-22 Peiwei HuEVP_RAND_generate: fix return check
2021-11-22 Peiwei Huasn1_item_embed_d2i: fix th return check
2021-11-22 Peiwei HuTXT_DB_write: fix the return check
2021-11-22 Peiwei HuFix EVP_PKEY_decrypt return check
2021-11-22 Peiwei Huossl_do_blob_header: fix return check
2021-11-22 Peiwei HuBIO_gets: fix the incomplete return check
2021-11-22 Dr. David von... 02-test_errstr.t: print errorcodes in hex (rather than...
2021-11-22 Dr. David von... Make ERR_str_reasons in err.c consistent again with...
2021-11-22 Dr. David von... ERR: exempt flags from fallback decimal reason code...
2021-11-22 PW HuFix the return check of OBJ_obj2txt
2021-11-22 Tomas Mrazd2i_PublicKey: Make it work with EC parameters in a...
2021-11-19 Andrey MatyukovDual 1536/2048-bit exponentiation optimization for...
2021-11-18 Martin Schwenkeperlasm/ppc-xlate.pl: Fix build on OS X
2021-11-17 Dr. David von... Move more general parts of internal/cryptlib.h to new...
2021-11-17 Dr. David von... Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREF...
2021-11-17 Dr. David von... Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-11-17 Dr. David von... 80-test_cmp_http: Make server diagnostics more verbose...
2021-11-17 Dr. David von... cmp_server.c: Log received request type before checking...
2021-11-17 Dr. David von... Fix verbosity of CMP client diagnostics
2021-11-17 PauliAdd documentation for some of the missing environment...
2021-11-16 PauliFix Coverity 1493746: constant expression result
2021-11-16 Peiwei HuBIO_read_filename: fix return check
2021-11-16 Peiwei HuEVP_PKEY_keygen_init: fix return check
2021-11-16 Peiwei HuEVP_PKEY_paramgen_init: fix return check
2021-11-16 Peiwei HuEVP_DigestVerifyFinal: fix test function and invocation
2021-11-16 Peiwei HuEVP_Cipher: fix the incomplete return check
2021-11-16 Shane LontisAdd RSA encrypt demo
2021-11-16 Andrew GalanteAbstract out policy and extensions in CA.pl
2021-11-16 Matt CaswellAdd a test for creating ECX private keys that are too...
2021-11-16 Matt CaswellDon't create an ECX key with short keys
2021-11-16 Peiwei HuRAND_bytes_ex: fix return check
2021-11-15 Matt CaswellClarify the PEM docs
2021-11-15 Matt CaswellReset the rwstate before calling ASYNC_start_job()
2021-11-15 Dr. David von... BIO_s_connect(): Enable BIO_gets()
2021-11-15 Tomas MrazAdd null digest implementation to the default provider
2021-11-12 Matt CaswellExtend the test_multi_load() test
2021-11-12 Matt CaswellHold the flag_lock when calling child callbacks
2021-11-12 Matt CaswellUse a write lock during ossl_provider_find()
2021-11-12 Matt CaswellCorrectly activate the provider in OSSL_PROVIDER_try_load
2021-11-12 Matt CaswellStop receiving child callbacks in a child libctx when...
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
next