openssl.git
2024-01-30 Matt CaswellCopyright year updates
2024-01-30 Matt CaswellUpdate CHANGES.md and NEWS.md for new release
2024-01-25 Richard LevitteHave OSSL_PARAM_allocate_from_text() fail on odd number...
2024-01-25 Matt CaswellAdd some tests for various PKCS12 files with NULL Conte...
2024-01-25 Matt CaswellAdd NULL checks where ContentInfo data can be NULL
2024-01-24 Bernd EdlingerFix a possible memory leak in req_main
2024-01-23 Tomas Mrazci.yml: Replace actions-rs/toolchain@v1 with dtolnay...
2024-01-23 Tomas Mraztlsfuzzer.sh: Use python3
2024-01-23 Tomas Mraztlsfuzzer.sh: Make it more informative on errors
2024-01-23 Tomas Mraztlsfuzzer.sh: Run openssl version on the built app...
2024-01-23 Tomas Mrazgost_engine.sh: Set OPENSSL_ENGINES_DIR
2024-01-19 shashankmca80Uninitialized array variable
2024-01-19 Matt CaswellDocument SSL_R_UNEXPECTED_EOF_WHILE_READING
2024-01-18 Dr. David von... X509_dup.pod: add caveat that extra data is not copied...
2024-01-18 Kevin JerebicaAdd a deprecation warning for a function in docs
2024-01-16 lan1120Check whether the pubkey exists in ossl_ecx_key_dup
2024-01-15 Frederik Wedel... Error in s_server when -rev option is used with dtls.
2024-01-15 Tomas MrazAdd CHANGES.md and NEWS.md entries for CVE-2023-6237
2024-01-15 Tomas MrazLimit the execution time of RSA public key check
2024-01-15 Drokov PavelFix arithmetic expression overflow
2024-01-12 Richard LevitteAdd test/recipes/15-test_gensm2.t, to test SM2 key...
2024-01-12 Richard LevitteFix the encoding of SM2 keys
2024-01-12 Neil HormanFix NULL pointer deref when parsing the stable section
2024-01-12 Holger DenglerAdd tests for re-using cipher contexts
2024-01-12 Holger DenglerFix partial block encryption in cfb and ofb for s390x...
2024-01-12 Holger DenglerFix partial block encryption in cfb and ofb for s390x
2024-01-11 Neil HormanUpdate Docs for EVP_MAC
2024-01-11 sashanevp_fetch.c: Check meth_id instead of name_id
2024-01-10 Bernd EdlingerFix a similar memory leak in SXNET_add_id_INTEGER
2024-01-10 Bernd EdlingerFix a possible memory leak in sxnet_v2i
2024-01-09 Tomas MrazAdd CHANGES.md and NEWS.md entries for CVE-2023-6129
2024-01-09 Rohan McLurepoly1305-ppc.pl: Fix vector register clobbering
2024-01-08 Tomas MrazAvoid memory leak if SXNET_add_id_INTEGER() fails
2024-01-08 Tomas MrazAdd missing sm4_ccm_dupctx() and sm4_gcm_dupctx()
2024-01-08 Richard LevitteVMS: Add the missing -p32 and -p64 variants for x86_64
2024-01-08 Richard LevitteFix VMS installation - update vmsconfig.pm for consistency
2024-01-05 Neil Hormancleanse stack variable in kdf_pbkdf1_do_derive
2024-01-05 Neil HormanValidate config options during x509 extension creation
2024-01-05 Neil Hormanfixup! Adding interop tests
2024-01-05 Neil HormanAdding interop tests
2024-01-05 Neil HormanUpdate workflow to use GITHUB_WORKSPACE
2024-01-05 Neil HormanAdding interop tests
2024-01-05 Neil HormanFix a key repointing in various ciphers
2024-01-05 Neil HormanAdd dupctx support to rc4_hmac_md5 algo
2024-01-05 Neil Hormanimplement dupctx for chacha20_poly1305
2024-01-05 Neil Hormanimplement dupctx for aes_WRAP methods
2024-01-05 Neil HormanAdd dupctx support to aead ciphers
2024-01-05 Neil Hormanmake inability to dup/clone ciphers an error
2024-01-05 Dmitry Misharovfix buildtest job runner
2024-01-05 Dr. David von... add missing doc of X509_REQ_get_extensions() and X509_R...
2024-01-04 Matt CaswellClarify the PKCS12 docs
2024-01-03 Neil Hormancleanse stack variable in blake2[b|s] finalization
2024-01-03 Neil Hormanvalidate requested key length in kdf_pbkdf1_do_derive
2024-01-03 rilyshprovider-keymgmt.pod: fix typo
2024-01-03 slontisAdd missing documentation for X509_ATTRIBUTE related...
2024-01-03 Tomas MrazAllow duplicate CMS attributes
2024-01-01 Neil Hormangate calling of evp_method_id on having a non-zero...
2023-12-29 James Muirdoc: fix "the a" typos (and other things nearby)
2023-12-29 slontisAdd missing settable entry OSSL_ASYM_CIPHER_PARAM_OAEP_...
2023-12-29 slontisLimit RSA-OAEP related functions to RSA keys only
2023-12-29 slontisFix memleak in rsa_cms_decrypt
2023-12-22 Gopal SharmaFixed windows compilation issue
2023-12-22 Bernd EdlingerFix a possible memory leak in dh_cms_encrypt
2023-12-22 Tomas MrazAES: Document that the XTS, SIV, WRAP modes do not...
2023-12-22 Neil HormanDetect and prevent recursive config parsing
2023-12-20 dependabot... Bump actions/setup-python from 4.7.1 to 5.0.0
2023-12-19 Bernd EdlingerFix a possible memory leak in ossl_x509_algor_md_to_mgf1
2023-12-19 Tomas MrazFix provider compatibility check crash in evp_test
2023-12-19 Bernd EdlingerFix no-des failure in test_cms
2023-12-19 Tomas Mrazci.yml: Fix bad conflict fix in backported patch
2023-12-19 Tomas MrazConsolidate raising errors in SSL_CONF_cmd()
2023-12-19 Tomas MrazTest that incorrect entry in the ssl section is not...
2023-12-19 Tomas MrazAlways apply all configuration settings from the ssl...
2023-12-19 Dmitry Misharovrun Windows GitHub CI workflow on self-hosted runners
2023-12-19 Dmitry Misharovrun GitHub CI workflow on self-hosted runners
2023-12-19 Dmitry Misharovrun Cross Compiles workflow on self-hosted runner
2023-12-18 James Muircms: avoid intermittent test failure
2023-12-18 Xi RuoyaoDefine L_ENDIAN for linux64-loongarch64
2023-12-18 dependabot... Bump actions/upload-artifact from 3 to 4
2023-12-18 Dmitry KobetsFix instructions for running tests on Windows
2023-12-15 Hugo LandauLHASH: Document down_load functions
2023-12-15 Hugo LandauLHASH: Fix documentation for doall-delete hazards
2023-12-15 Neil HormanHarden asn1 oid loader to invalid inputs
2023-12-13 Dr. David von... CONTRIBUTING.md: add reference to util/check-format...
2023-12-13 James Muirdoc: fix list display in man page
2023-12-13 fangming.fangEnable BTI feature for md5 on aarch64
2023-12-12 James Muirossl-params: check length returned by strlen()
2023-12-12 Dr. David von... provider-storemgmt.pod: fix nits (unclosed '<' around...
2023-12-12 Bernd EdlingerFix a possible memleak in opt_verify
2023-12-12 Bernd EdlingerFix a possible memleak in apps/rehash.c
2023-12-12 Bernd EdlingerFix a possible memleak in smime_main
2023-12-12 Bernd EdlingerFix a possible memleak in cms_main
2023-12-12 Matt CaswellDon't attempt to set provider params on an ENGINE based...
2023-12-12 Matt CaswellAdd a test for late loading of an ENGINE in TLS
2023-12-12 Matt CaswellAdd a test case for OSSL_HTTP_parse_url
2023-12-12 Matt CaswellFix some invalid use of sscanf
2023-12-12 Matt CaswellExtend the test of BN_GF2m_mod_inv
2023-12-12 Matt CaswellAvoid an infinite loop in BN_GF2m_mod_inv
2023-12-12 Bernd EdlingerFix a possible memory leak in do_othername
2023-12-12 Matthias St... doc: improve documentation of EVP in-place encryption
next