summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-04-03OSSL_PARAM_get_*_ptr: Drop errors from ptr/string mismatchTomas Mraz
2022-04-03Fix Coverity 1503096: out-of-bounds accessPauli
2022-04-03Fix Coverity 1498612 & 1503221: integer overflowPauli
2022-04-02CMS sign digestViktor Söderqvist
2022-04-01req, x509: Allow printing modulus of RSA-PSS keysTomas Mraz
2022-04-01Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau
2022-03-31disable 5x interleave on buffers shorter than 512 bytes: 3% speedup on Graviton2Sebastian Pop
2022-03-31doc: fix example in ssh KDF man page.Pauli
2022-03-30Remove further uses of __ARMEL__ in AArch64 assemblyBen Avison
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-30document the safe_div_round_up_TYPE functionsPauli
2022-03-30Use safe math to computer sizes.Pauli
2022-03-30Add a divide rounding up safe math function.Pauli
2022-03-28Fix typo in manpage SSL_CONF_cmd(3)Hugo Landau
2022-03-28Remove statistics tracking from LHASHHugo Landau
2022-03-28Size of random output is now a long, also added option to select chunk sizeKevin K Biju
2022-03-26Fix Coverity 1503218: negative loop boundPauli
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-24Add support for mac-less password-base PKCS12 files to PKCS12_parse API.Daniel Fiala
2022-03-23Disable the test_afalg on cross compile targetsTomas Mraz
2022-03-23Decoder resolution performance optimizationsHugo Landau
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-23Fix Coverity 1498610 & 1498609: uninitised valuePauli
2022-03-22Configure: don't try to be clever when configuring afalgengRoss Burton
2022-03-22Make `openssl check -rsa ...` to work for both RSA and RSA-PSS.Daniel Fiala
2022-03-22Fix incorrect comments in aes-gcm-armv8-unroll8_64.plXiaokangQian
2022-03-21Add EVP RSA key encode/decode demoHugo Landau
2022-03-21Fix coverity 1498607: uninitialised valuePauli
2022-03-18OSSL_CMP_CTX_new.pod: make references to private key consistent with OSSL_CMP...Dr. David von Oheimb
2022-03-18OSSL_CMP_MSG_get0_header.pod: re-phrase two lenthy otherwise clauses as listsDr. David von Oheimb
2022-03-18SSL_CTX_set_verify.pod: move a note further down where it fits betterDr. David von Oheimb
2022-03-18print SSL session, fix build warnings on OpenBSD.David Carlier
2022-03-18eng_dyn: Avoid spurious errors when checking for 1.1.x engineTomas Mraz
2022-03-18Fix documentation for provider-signatureHugo Landau
2022-03-18Fix declaration inconsistency (Camellia)Hugo Landau
2022-03-18List missing operations in provider(7)Hugo Landau
2022-03-17Fix typos in CCM test vector titlesTobias Nießen
2022-03-16check return value of functions that call BIO_new()tangyiqun
2022-03-15Update CHANGES/NEWS for new releaseMatt Caswell
2022-03-15Add a negative testcase for BN_mod_sqrtTomas Mraz
2022-03-15Add documentation of BN_mod_sqrt()Tomas Mraz