summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-05-03Prepare for release of 3.0.3openssl-3.0.3Matt Caswell
2022-05-03make updateMatt Caswell
2022-05-03CHANGES.md: Attribute the OPENSSL_LH_flush() fix properlyTomas Mraz
2022-05-03Update copyright yearMatt Caswell
2022-05-03Update CHANGES and NEWS for new releaseMatt Caswell
2022-05-03Update Paul's pgp key signaturePauli
2022-05-03c_rehash: Do not use shell to invoke opensslTomas Mraz
2022-05-03Fix the RC4-MD5 cipherMatt Caswell
2022-05-03Test ocsp with invalid responses and the "-no_cert_checks" optionMatt Caswell
2022-05-03Fix OCSP_basic_verify signer certificate validationMatt Caswell
2022-05-02Improving locale testDmitry Belyavskiy
2022-05-02fix_dh_paramgen_type: Avoid crash with invalid paramgen typeTomas Mraz
2022-05-02http_client.c: check expected content type only if HTTP status code is 200 (OK)Dr. David von Oheimb
2022-04-29Fix memleak in test/provider_test.cRichard Levitte
2022-04-29poly1305: Properly copy the whole context on dupTomas Mraz
2022-04-27Add SSL_(CTX_)?get0_(verify|chain)_cert_store functionsHugo Landau
2022-04-27doc: replace "symmetric cipher" phrase in EVP_MD manpagesJan Engelhardt
2022-04-27Prefer GNU library initialization mechanism over platform oneJon Spillett
2022-04-27Test that SipHash_Final() fails on uninited contextTomas Mraz
2022-04-27siphash: Properly set mac size in sipcopyTomas Mraz
2022-04-27siphash: Fail finalization on uninitialized siphash contextTomas Mraz
2022-04-26pem_password_cb(3): References to other man pagesEasySec
2022-04-26Testing the EVP_PKEY_CTX_new_from_name without preliminary initDmitry Belyavskiy
2022-04-26Ensure we initialized the locale before evp_pkey_name2typeDmitry Belyavskiy
2022-04-25Use .s extension for ia64 assemblerJon Spillett
2022-04-25Fix bug in OPENSSL_LH_flushHugo Landau
2022-04-25Add support for new release commit review requirement bypassHugo Landau
2022-04-22Add Tomas Mraz key to release key fingerprintsTomas Mraz
2022-04-22Never use `__atomic_*` on macOS 10.7 and 10.8Kirill A. Korinsky
2022-04-21str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-04-21Minimal test checking we can get public key in Turkish localeDmitry Belyavskiy
2022-04-21FIPS provider modificationsDmitry Belyavskiy
2022-04-21Public API functions OPENSSL_str[n]casecmpDmitry Belyavskiy
2022-04-21Clear incorrectly reported errors in cms_io.Daniel Fiala
2022-04-21Fix a possible NULL pointer dereference in create_cert_store()Zhou Qingyang
2022-04-21Fix wild pointer dereference in make_ocsp_response()Zhou Qingyang
2022-04-19Avoid undefined behavior of provided macs on EVP_MAC reinitializationTomas Mraz
2022-04-19evp_test: Try computing MACs twice with reinitialization of EVP_MAC_CTXTomas Mraz
2022-04-19doc: Clarify that calling SSL_set_session(ssl, NULL) is a correct use case.EasySec
2022-04-14Fix an assertion in the DTLS server codeBernd Edlinger
2022-04-14Add error code for unsupported explicit parametersTomas Mraz
2022-04-14endecode_test: Handle expected failures for non-fips ec keysTomas Mraz
2022-04-14Import only named params into FIPS moduleTomas Mraz
2022-04-13Check the return of EVP_KDF_fetch()tangyiqun
2022-04-12Add return value check of X509V3_add_value() in X509V3_parse_list()Zhou Qingyang
2022-04-12SSL_conf_cmd: Allow DH Parameters at any position.Daniel Fiala
2022-04-11Fix -no-tls1_2 in testsTodd Short
2022-04-11Add test for openssl ecparam with fips and base providersTomas Mraz
2022-04-11ec_export: Other parameters are exportable with domain parametersTomas Mraz
2022-04-11Add test for resetting SM2 dist IDTomas Mraz