openssl.git
2023-01-13 James MuirSupport all five EdDSA instances from RFC 8032
2023-01-12 Paulifips: make EdDSA unapproved for FIPS
2023-01-12 slontisMake RSA_generate_multi_prime_key() not segfault if...
2023-01-12 zhangzhileiremove unused macro in rc2_local.h and rc5_local.h
2023-01-12 slontisSSKDF with KMAC should return SIZE_MAX when EVP_KDF_CTX...
2023-01-12 Nobuhiro IMAIfix manpage of `d2i_X509(3)`
2023-01-12 Tomas MrazDo not check definition of a macro and use it in a...
2023-01-11 Richard LevitteOSSL_PARAM_BLD and BIGNUM; ensure at least one byte...
2023-01-11 Richard LevitteIn OSSL_PARAM_set_BN(), make sure that the data_size...
2023-01-11 Richard Levittetest/param_build_test.c: test zero BIGNUM
2023-01-11 H. VetinariAdd empty migration guide for 3.1
2023-01-10 slontisDoc: Update history section of EC_GROUP API's.
2023-01-10 Nikhil BishtDocumentation for EVP_PKEY_CTX_get0_pkey() and EVP_PKEY...
2023-01-10 Greg McLearninfo.c: Fix typos in seed macro name and description...
2023-01-09 Tomas Mrazrsaz_exp_x2.c: Remove unused ALIGN64 macro
2023-01-09 Tomas Mrazrsaz_exp_x2.c: Avoid potential undefined behavior with...
2023-01-09 Tomas MrazRevert "Fix an occasional CI failure due to unaligned...
2023-01-06 Xu YizhouFix SM4 test failures on big-endian ARM processors
2023-01-06 zhangzhileiremove extra define for __NR_getrandom and add some...
2023-01-05 Tomas MrazWrite SSL_R alerts to error state to keep updated strings
2023-01-04 Tomas Mraz80-test_cms.t: Fix rsapssSaltlen check on MinGW
2023-01-04 Tomas Mraz25-test_pkcs8.t: Make text comparison ignore extra...
2023-01-04 slontisCleanse internal BN_generate_dsa_nonce() buffers used...
2023-01-04 Semen ZhydenkoFixed typos in documentation and comments
2022-12-28 dependabot... Bump actions/setup-python from 4.3.1 to 4.4.0
2022-12-22 Tomas MrazINSTALL.md: Remove trailing space
2022-12-22 Randall S.... Support multibin to allow multiple binary models to...
2022-12-22 slontisDocs: Move deprecated ECDSA_ functions into a separate...
2022-12-22 slontisChange HKDF to alloc the info buffer.
2022-12-22 zhailiangliangssl3_mac(): Fix possible divide by zero bug
2022-12-22 xkernelec_kmgmt.c: check the return of BN_CTX_get() in time.
2022-12-22 Matheus CunhaINSTALL.md: Fix typo
2022-12-22 slontisAdd Demos for DSA params/DSA keygen.
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
next