openssl.git
2022-07-06 Paulissl: implement an event queue
2022-07-06 Paulissl: add a zero time macro
2022-07-06 PauliAdd sparse array to libssl
2022-07-06 PauliAdd additional include
2022-07-05 Alex ChernyakhovskyAES OCB test vectors
2022-07-05 Alex ChernyakhovskyFix AES OCB encrypt/decrypt for x86 AES-NI
2022-07-05 slontisFix bn_gcd code to check return value when calling...
2022-07-05 xkernelv3_sxnet: add a check for the return of i2s_ASN1_INTEGER()
2022-07-01 Tomas MrazIncrease test coverage by enabling more build options
2022-07-01 Tomas MrazAvoid crashing if CONF_modules_unload() is called after...
2022-07-01 Clemens LangAPPS: dsaparam, gendsa: Support setting properties
2022-07-01 Dr. David von... apps/cmp.c: improve print_itavs()
2022-07-01 Dr. David von... apps/cmp.c: Fix glitch in -newkeypass warning and exten...
2022-07-01 Dr. David von... CMP: implement optional hashAlg field of certConf CMPv3...
2022-07-01 Dr. David von... CMP: introduce version 3, while version 2 stays the...
2022-07-01 PauliCoverity: fix 1506297: negative returns
2022-07-01 PauliCoverity: fix 1506298: negative returns
2022-07-01 Paulifix Coverity 1506709: error handling
2022-06-30 slontisDocumentation update for EVP_set_default_properties
2022-06-30 KanUpdate the default macsaltlen and Add the configure...
2022-06-29 Daniel FialaRemove redundant check for `saltlen > UINT32_MAX`
2022-06-29 slontisFix memory leak in cmp_calc_protection()
2022-06-29 Tee KOBAYASHIAvoid using union wrt. SystemTimeToFileTime
2022-06-29 Tee KOBAYASHIAvoid using union wrt. optlen parameter for getsockopt
2022-06-28 slontiskdf objects missing a return if malloc fails.
2022-06-28 olszomalSSL_get_current_cipher() and SSL_get_pending_cipher...
2022-06-28 Tomas MrazAdd test for try_key_ref() fallback handling
2022-06-28 Tomas MrazAdd missing documentation of OSSL_FUNC_store_export_obj...
2022-06-28 Tomas MrazCorrect doubled OSSL_OSSL when documenting OSSL_FUNC_...
2022-06-28 Tomas Mrazstore_result: Add fallback for fetching the keymgmt...
2022-06-28 Dr. David von... CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData...
2022-06-28 Peiwei Hucrypto/provider_core.c: Avoid calling unlock two times
2022-06-28 Daniel FialaAllocate EVP_PBE_CTL with OPENSSL_zalloc.
2022-06-28 Matt CaswellFix range_should_be_prefix() to actually return the...
2022-06-28 Matt CaswellAdd a DTLS next epoch test
2022-06-28 Lutz JaenickeObjects: Add OIDs needed for CAdES-Processing
2022-06-28 Jiasheng Jiangfuzz/asn1.c: Add check for ASN1_item_i2d
2022-06-28 slontisFix memory leak in ossl_rsa_fromdata.
2022-06-28 Matt CaswellAdd a test for an all 0 RSA key
2022-06-28 Matt CaswellThe rsa_validate_keypair_multiprime() function return...
2022-06-27 Daniel FialaImprove checks for invalid saltlen in DER writer.
2022-06-27 Daniel Fialader_writer: Use uint32_t instead of long.
2022-06-27 Daniel FialaAdd checks for saltlen and trailerfield to rsa key...
2022-06-27 Sam Jamestest: placate Clang's --Wbitwise-instead-of-logical
2022-06-27 Sam JamesCI: Upgrade to Ubuntu 22.04 to add GCC 12, Clang 13...
2022-06-27 Sam JamesCI: add GCC 11
2022-06-25 Bernd EdlingerFix a memory leak in EC_GROUP_new_from_ecparameters
2022-06-24 Hugo LandauAdd initial demo-driven design demos
2022-06-24 AllanAdded documentation for PEM_X509_INFO_read() and PEM_X5...
2022-06-24 Tomas MrazAvoid including decoder/encoder/store headers into...
2022-06-23 Bernd EdlingerFix compile issues in test/v3ext.c with no-rfc3779
2022-06-23 Bernd EdlingerAdd a CI workflow for no-rfc3779
2022-06-23 Tomas MrazTest whether decoded-from-explicit survives import...
2022-06-23 Tomas MrazThe flag "decoded-from-explicit" must be imp/exportable
2022-06-23 Tomas Mrazput_str: Use memcpy instead of strncpy
2022-06-23 Peiwei HuFix the checks of X509_LOOKUP_* functions
2022-06-23 Peiwei HuFix the checks of X509_REVOKED_add1_ext_i2d
2022-06-23 Jiasheng Jiangcrypto/http/http_client.c: Add the check for OPENSSL_strdup
2022-06-23 Xi Ruoyaorsa: fix bn_reduce_once_in_place call for rsaz_mod_exp_...
2022-06-22 Hongren (Zenithal... Add ROTATE inline asm support for SM3
2022-06-22 Hongren (Zenithal... Add SM3 implementation in RISC-V Zksh asm
2022-06-22 Hugo LandauAdd deprecation macro for 3.1 and deprecate OPENSSL_LH_...
2022-06-22 Daniel HuOptimize chacha20 on aarch64 by SVE2
2022-06-22 Jiasheng Jiangtest/v3nametest.c: Add check for OPENSSL_malloc
2022-06-22 Jiasheng Jiangtest/evp_test.c: Add check for OPENSSL_strdup
2022-06-22 Dmitry BelyavskiyImprove diagnostics on setting groups
2022-06-22 Lutz JaenickeAdd test cases for verification of time stamping certif...
2022-06-22 Jiasheng Jiangapps/s_server.c: Add check for OPENSSL_strdup
2022-06-22 Jiasheng Jiangcrypto/x509/by_store.c: Add check for OPENSSL_strdup
2022-06-22 Paulidoc: document the new internal time API
2022-06-22 Paulissl: expose the get time function internally
2022-06-22 Paulitest: add priority queue unit test
2022-06-22 Paulidoc: priority queue documentation
2022-06-22 Paulibuild.info changes for priority queue
2022-06-22 Pauliadd priority queue implementation
2022-06-22 Hugo LandauAdd dgram API discussion
2022-06-21 Matt CaswellUpdate CHANGES.md and NEWS.md for new release
2022-06-20 Tomas Mrazc_rehash: Drop the issuer_name_hash= prefix from the...
2022-06-20 Daniel FialaFix file operations in c_rehash.
2022-06-20 Richard Levitteproviders/implementations/exchange/kdf_exch.c: fix...
2022-06-17 Jiasheng Jiangcrypto/asn1/a_time.c: Add check for OPENSSL_malloc
2022-06-16 Randall S.... Clarify use of EGD for HPNS in rand/rand_egd.c comments.
2022-06-16 Fraser TweedaleFix documentation of BIO_FLAGS_BASE64_NO_NL
2022-06-16 Daniel FialaRemove debug and other outdated build targets.
2022-06-16 Hartmut HolzgraefeHave set_dateopt() return 1 on success to make -dateopt...
2022-06-16 Richard Levittetest/recipes/*.t: setup() doesn't play well with spaces...
2022-06-16 Michael BaentschFix for OSSL_PARAM sample code referencing OSSL_PARAM_U...
2022-06-16 Tomas MrazAdd an extra reduction step to RSAZ mod_exp implementations
2022-06-16 Tomas MrazAlways end BN_mod_exp_mont_consttime with normal Montgo...
2022-06-16 Jiasheng Jiangtest/ssl_old_test.c: Add check for OPENSSL_malloc
2022-06-16 KanAdd sensitive memory clean in priv encode
2022-06-15 Jiasheng Jiangtest/ssl_old_test.c: Add check for OPENSSL_zalloc
2022-06-15 K1Fix a mem leak in evp_pkey_export_to_provider
2022-06-15 Matt CaswellFix a crash in X509v3_asid_subset()
2022-06-15 Richard Levitteproviders/implementations/exchange/kdf_exch.c: Fix...
2022-06-15 Richard Levittetest/evp_test.c: Check too big output buffer sizes...
2022-06-15 Matt CaswellFix the export routines to not return success if param...
2022-06-15 Tomas Mraztest_pkey_check: Positive testcase for private key...
2022-06-15 Tomas Mrazossl_dh_check_priv_key: Do not fail on private keys...
2022-06-15 Tomas MrazTestcase for regression by PPC64 fixed length montgomer...
next