summaryrefslogtreecommitdiffstats
path: root/AUTHORS.md (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-05Add -static-libgcc to solaris-sparcv7-gcc shared_ldflagTodd C. Miller1-1/+1
2022-04-05Fix AIX build when no-shared is passed to Configure.Todd C. Miller1-1/+1
2022-04-05Redefine macro X509_http_nbio to avoid using ocsp.hDaniel Fiala1-3/+3
2022-04-04Add loongarch64 targetShi Pujin1-0/+7
2022-04-04Fix broken link to coding-style.htmlViktor Söderqvist1-1/+1
2022-04-03OSSL_PARAM_get_*_ptr: Drop errors from ptr/string mismatchTomas Mraz1-5/+16
2022-04-03Fix Coverity 1503096: out-of-bounds accessPauli1-3/+8
2022-04-03Fix Coverity 1498612 & 1503221: integer overflowPauli1-1/+7
2022-04-02CMS sign digestViktor Söderqvist14-30/+191
2022-04-01req, x509: Allow printing modulus of RSA-PSS keysTomas Mraz2-2/+2
2022-04-01Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau23-560/+445
2022-03-31disable 5x interleave on buffers shorter than 512 bytes: 3% speedup on Graviton2Sebastian Pop1-1/+1
2022-03-31doc: fix example in ssh KDF man page.Pauli1-2/+2
2022-03-30Remove further uses of __ARMEL__ in AArch64 assemblyBen Avison1-5/+5
2022-03-30Test processing of a duplicated HRRTomas Mraz1-2/+49
2022-03-30tls_process_server_hello: Disallow repeated HRRTomas Mraz1-0/+4
2022-03-30sparse array: reduces the block sizePauli1-14/+9
2022-03-30document the safe_div_round_up_TYPE functionsPauli1-1/+6
2022-03-30Use safe math to computer sizes.Pauli1-2/+5
2022-03-30Add a divide rounding up safe math function.Pauli2-36/+106
2022-03-28Fix typo in manpage SSL_CONF_cmd(3)Hugo Landau1-1/+1
2022-03-28Remove statistics tracking from LHASHHugo Landau5-99/+28
2022-03-28Size of random output is now a long, also added option to select chunk sizeKevin K Biju1-7/+8
2022-03-26Fix Coverity 1503218: negative loop boundPauli1-1/+1
2022-03-25ticket_lifetime_hint may exceed 1 week in TLSv1.3Todd Short3-6/+84
2022-03-25s390x: Hide internal cpuid symbol and functionJuergen Christ2-0/+6
2022-03-25Fix formatting of NOTES-WINDOWS.md and doc-nits failureTomas Mraz1-38/+47
2022-03-25Fix Coverity 1498612: integer overflowPauli1-0/+1
2022-03-24Add build note for win-arm64Gabor Kertesz1-3/+4
2022-03-24Add support for mac-less password-base PKCS12 files to PKCS12_parse API.Daniel Fiala4-20/+257
2022-03-23Disable the test_afalg on cross compile targetsTomas Mraz1-1/+2
2022-03-23Decoder resolution performance optimizationsHugo Landau4-143/+222
2022-03-23util/markdownlint.rb: Allow fenced code blocksRichard Levitte1-2/+3
2022-03-23Fix Coverity 1201763 uninitialised pointer readPauli1-1/+2
2022-03-23Fix Coverity 1498613: resource leakPauli1-0/+1
2022-03-23Fix Coverity 1498611 & 1498608: uninitialised readPauli1-0/+2
2022-03-23Fix Coverity 1498610 & 1498609: uninitised valuePauli1-2/+2
2022-03-22Configure: don't try to be clever when configuring afalgengRoss Burton1-14/+1
2022-03-22Make `openssl check -rsa ...` to work for both RSA and RSA-PSS.Daniel Fiala2-2/+12
2022-03-22Fix incorrect comments in aes-gcm-armv8-unroll8_64.plXiaokangQian1-38/+38
2022-03-21Add EVP RSA key encode/decode demoHugo Landau3-0/+225
2022-03-20Fix coverity 1498607: uninitialised valuePauli1-0/+1
2022-03-18OSSL_CMP_CTX_new.pod: make references to private key consistent with OSSL_CMP...Dr. David von Oheimb2-5/+6
2022-03-18OSSL_CMP_MSG_get0_header.pod: re-phrase two lenthy otherwise clauses as listsDr. David von Oheimb1-13/+28
2022-03-18SSL_CTX_set_verify.pod: move a note further down where it fits betterDr. David von Oheimb1-2/+2
2022-03-18print SSL session, fix build warnings on OpenBSD.David Carlier1-2/+2
2022-03-18eng_dyn: Avoid spurious errors when checking for 1.1.x engineTomas Mraz1-11/+22
2022-03-18Fix documentation for provider-signatureHugo Landau1-8/+4
2022-03-18Fix declaration inconsistency (Camellia)Hugo Landau1-3/+3
2022-03-18List missing operations in provider(7)Hugo Landau1-8/+40