openssl.git
2022-12-22 Bernd EdlingerFix possible UB in init_info_strings
2022-12-22 Tomas MrazAdd testcase for OSSL_trace_set_callback()
2022-12-22 Tomas MrazAvoid ifdefs in trace categories
2022-12-22 Matt CaswellAdd a CMS test for a bad encryption algorithm
2022-12-22 Matt CaswellEnsure ossl_cms_EncryptedContent_init_bio() reports...
2022-12-22 Matt CaswellFix BIO_f_asn1() to properly report some errors
2022-12-22 Matt CaswellFix SMIME_crlf_copy() to properly report an error
2022-12-22 Matt CaswellFix BIO_f_cipher() flushing
2022-12-21 Bernd EdlingerFix a logic flaw in test_mod_exp_zero
2022-12-21 Tomas MrazAdd CHANGES.md entry for support for KMAC in KBKDF
2022-12-16 Darren J Moffat19607 No need to link explicitly with libpthread on...
2022-12-16 slontisUpdate FIPS related build instructions.
2022-12-16 Peiwei HuRefine the documents of several APIs
2022-12-16 slontisAddress coverity issue CID 1517105
2022-12-16 slontisUpdate HMAC() documentation.
2022-12-16 Tomas MrazUpdate pyca-cryptography submodule to fix CI
2022-12-16 slontisAdd KMAC support to KBKDF.
2022-12-15 Tomas Mraztiming_load_creds requires POSIX1.2001 due to rusage
2022-12-15 Hugo LandauBIO_s_dgram: add documentation and hazard warnings
2022-12-15 PauliCoverity: fix 272011 resource leak
2022-12-14 Tomas Mraztiming_load_creds: Fix typos in the timersub macro
2022-12-14 Tomas MrazDo not build P10-specific AES-GCM assembler on AIX
2022-12-14 Tomas MrazDo not build P10-specific Chacha20 assembler on AIX
2022-12-14 Čestmír Kalinatest: cmp_vfy_test: fix defined but unused
2022-12-14 Simo SorceFix openssl storeutl to allow serial + issuer
2022-12-13 Hubert Kariorsa: fix merge CI runs with old FIPS providers
2022-12-13 Hubert Kariorsa: fix version of rsa implicit rejection introduction
2022-12-13 Richard LevitteAllow OBJ_create() to create an OBJ and NID with a...
2022-12-12 Tomas MrazMake error reason for disallowed legacy sigalg more...
2022-12-12 fangming.fangFix SM4-CBC regression on Armv8
2022-12-12 James MuirFix-up to f3090fc7
2022-12-12 Čestmír Kalinacrypto/err: expand on error code generation
2022-12-12 Hubert Kariorsa: add implicit rejection CHANGES entry
2022-12-12 Hubert Kariosmime/pkcs7: disable the Bleichenbacher workaround
2022-12-12 Hubert Kariorsa: add test for the option to disable implicit rejection
2022-12-12 Hubert Kariorsa: Skip the synthethic plaintext test with old FIPS...
2022-12-12 Hubert Kariorsa: Add option to disable implicit rejection
2022-12-12 Hubert Kariorsa: add test vectors for the implicit rejection in...
2022-12-12 Hubert Kariorsa: add implicit rejection in PKCS#1 v1.5
2022-12-12 Tomas MrazRun-checker merge CI: Memleak test does not work withou...
2022-12-12 Tomas MrazRevert "Run-checker merge CI: Replace no-shared with...
2022-12-11 wangyuhangunbuffer stdin before get passwd from stdin
2022-12-08 Tomas MrazRun-checker merge CI: Replace no-shared with no-modules
2022-12-08 Tomas MrazCross compiles CI: Disable stringop-overflow warning...
2022-12-08 Tomas MrazFuzz checker CI: Use more generic include dir for fuzze...
2022-12-08 dependabot... Bump actions/setup-python from 4.3.0 to 4.3.1
2022-12-08 Todd ShortFix `no-ec enable-ktls` build
2022-12-08 Paulitest: add test case for deadlock reported in #19643
2022-12-08 Paulix509: fix double locking problem
2022-12-08 Clemens Langsignature: Clamp PSS salt len to MD len
2022-12-08 Clemens LangObtain PSS salt length from provider
2022-12-08 Stephen Farrellprevent HPKE sender setting seq unwisely
2022-12-08 Dr. David von... OSSL_CMP_validate_msg(): make sure to reject protection...
2022-12-08 Richard LevitteReplace some boldened types with a corresponding man...
2022-12-08 Richard LevitteMove the description of the core types into their own...
2022-12-08 Richard LevitteBetter sorting of util/other.syms
2022-12-08 Richard LevitteFix treatment of BUILD_METADATA
2022-12-07 Dr. David von... Compensate for CMP-related TODOs removed by PR #15539
2022-12-06 Daniel FialaReplace "a RSA" with "an RSA"
2022-12-06 Patrick MillsImplement OSSL_PROVIDER_get0_default_search_path, add...
2022-12-06 Tomas Mraztiming_load_creds: Add timersub macro for platforms...
2022-12-06 Tom CosgroveFix the code used to detect aarch64 capabilities when...
2022-12-05 Peiwei HuFix the check of BIO_set_write_buffer_size and BIO_set_...
2022-12-05 Peiwei HuFix the check of EVP_PKEY_decrypt_init
2022-12-05 Peiwei HuFix the checks in rsautl_main
2022-12-05 Matt CaswellDrop a spurious printf in evp_test.c
2022-12-05 Tomas MrazSync CHANGES.md and NEWS.md with 3.1 release
2022-12-05 Tomas Mrazhpke: fix tests with disabled chacha20 or poly1305
2022-12-05 Tomas MrazRefactoring some operations to avoid repeated calls
2022-12-05 Tomas Mrazhpke_aead_enc/dec(): Refactor to pass in OSSL_HPKE_CTX *
2022-12-05 Tomas Mrazossl_kdf_ctx_create(): Check for NULL KDF being fetched
2022-12-05 Tomas MrazFix build on NonStop
2022-12-03 Hugo LandauQUIC Connection State Machine Design Document
2022-12-02 Reinhard Urbandoc: fix EVP_SignInit.pod
2022-12-02 Tomas MrazClarify the EVP_PKEY_decrypt manual page
2022-12-01 Matt CaswellDon't set cancel state/type
2022-11-30 Dr. David von... cmp_client_test.c: add tests for OSSL_CMP_CTX_get_status
2022-11-30 slontis[test/recipes] Add RFC6979 deterministic DSA KATs in...
2022-11-30 Billy Brumley[test/recipes] RFC6979 deterministic ECDSA KATs in...
2022-11-30 slontisFix docs related to EVP_RAND_CTX_new() that were not...
2022-11-30 slontisImplement deterministic ECDSA sign (RFC6979)
2022-11-30 Paulievp_test: fix rebase mistake with no_gost
2022-11-30 Rohan McLureRemove redundant assignment in felem_mul_ref in p521
2022-11-29 Paulifips prov: remove 3DES from list of inclusions
2022-11-29 PauliUpdate fips version check to be more robust
2022-11-29 Pauliaes: add AES-GCM-SIV modes to the FIPS provider
2022-11-29 Xu Yizhoudoc: add note for sm4 xts
2022-11-29 Xu Yizhoutest: add sm4 xts test cases
2022-11-29 Xu Yizhouproviders: Add SM4 XTS implementation
2022-11-29 Xu Yizhouobj: Add SM4 XTS OID
2022-11-29 Nicola TuveriUpdate pyca-cryptography submodule to 38.0.4
2022-11-29 Nicola TuveriHonor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as...
2022-11-29 slontisFix Coverity issues in HPKE
2022-11-29 Tomas MrazFix occasional assertion failure when storing properties
2022-11-28 Rohan McLureFix accumulated index comments in felem_inv for p521
2022-11-28 Tomas MrazDrop incorrect skipping of some evp_test testcases...
2022-11-25 Tomas MrazAdd test for EVP_PKEY_Q_keygen
2022-11-25 Stephen FarrellImplements Hybrid Public Key Encryption (HPKE) as per...
2022-11-25 Marco AbbadiniFix typos in doc/man3/EVP_EncryptInit.pod
2022-11-25 Tomas MrazWhen using PEM_read_bio_PrivateKey_ex() the public...
next