summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2022-04-11sm2: Allow setting 0 length SM2 dist ID paramTomas Mraz
2022-04-11Crypto/evp: Fix null pointer dereferenceyuanjungong
2022-04-11kdf: avoid NULL dereference on malloc failure in sshkdfPauli
2022-04-07Document {SSL|SSL_CTX}_set_{purpose|trust}()Hugo Landau
2022-04-07Document SSL_CTX_get_ssl_methodHugo Landau
2022-04-07test_fipsinstall: Fallback to config(FIPSKEY) for the FIPSKEYTomas Mraz
2022-04-07Fix failure to check result of bn_rshift_fixed_topHugo Landau
2022-04-05Document the fact that setting a BIO create function means the BIO will no lo...Arran Cudbard-Bell
2022-04-05Fix AIX build when no-shared is passed to Configure.Todd C. Miller
2022-04-05Redefine macro X509_http_nbio to avoid using ocsp.hDaniel Fiala
2022-04-04Fix broken link to coding-style.htmlViktor Söderqvist
2022-04-03Fix Coverity 1503096: out-of-bounds accessPauli
2022-04-01req, x509: Allow printing modulus of RSA-PSS keysTomas Mraz
2022-03-31doc: fix example in ssh KDF man page.Pauli
2022-03-30Test processing of a duplicated HRRTomas Mraz
2022-03-30tls_process_server_hello: Disallow repeated HRRTomas Mraz
2022-03-30sparse array: reduces the block sizePauli
2022-03-29Fix typo in manpage SSL_CONF_cmd(3)Hugo Landau
2022-03-28Remove statistics tracking from LHASHHugo Landau
2022-03-25ticket_lifetime_hint may exceed 1 week in TLSv1.3Todd Short
2022-03-25s390x: Hide internal cpuid symbol and functionJuergen Christ
2022-03-25Fix formatting of NOTES-WINDOWS.md and doc-nits failureTomas Mraz
2022-03-25Fix Coverity 1498612: integer overflowPauli
2022-03-24Add build note for win-arm64Gabor Kertesz
2022-03-23util/markdownlint.rb: Allow fenced code blocksRichard Levitte
2022-03-23Fix Coverity 1201763 uninitialised pointer readPauli
2022-03-23Fix Coverity 1498613: resource leakPauli
2022-03-23Fix Coverity 1498611 & 1498608: uninitialised readPauli
2022-03-22Make `openssl check -rsa ...` to work for both RSA and RSA-PSS.Daniel Fiala