summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-03-23Disable the policy tree exponential growth test conditionallyPauli
2023-03-23Added tests and updated helpAleksey Sanin
2023-03-23Add an option to specify number of bits in the subprime (q) when generating D...Aleksey Sanin
2023-03-22VC++ 2010 x86 compilers do not have InterlockedOr64Georgi Valkov
2023-03-22Do not build P10-specific AES-GCM assembler on macOSEvan Miller
2023-03-22changes: note about policy tree size limits and circumventionPauli
2023-03-22test: add test cases for the policy resource overusePauli
2023-03-22x509: excessive resource use verifying policy constraintsPauli
2023-03-22QUIC: Add history section to SSL_inject_net_dgram()Hugo Landau
2023-03-22QUIC DEMUX: Ensure time field is always initialisedHugo Landau
2023-03-22QUIC: Add tests for datagram injection APIHugo Landau
2023-03-22QUIC: Add support for datagram injectionHugo Landau
2023-03-22Add simple interoperability test with Cloudflare quicheTomas Mraz
2023-03-21Added `CERTIFICATE_VERIFY_MAX_LENGTH` constantVeronikaNguyen
2023-03-21Add Argon2 KDF demo.Milan Broz
2023-03-21cmp: fix --strict-warnings windows buildsFdaSilvaYY
2023-03-21nit: tidy-up code, and fix a typo.FdaSilvaYY
2023-03-21providers/implementations/kdfs/argon2.c: Don't use UINT64_CRichard Levitte
2023-03-21thread: remove remnants of ossl_crypto_mem_barrierČestmír Kalina
2023-03-21enable hardware acceleration for sm4-ccmzhangzhilei
2023-03-21Avoid freeing context on errorPauli
2023-03-21Coverity 1522032: use after freePauli
2023-03-20cmp_msg.c: free memory of certStatus before goto errJAVAID Mohammad-Habib
2023-03-20Update documentation to reflect new Windows on Arm configurationsEverton Constantino
2023-03-20Fix some Windows issues in the quic_reactorMatt Caswell
2023-03-20Add a simple QUIC test for blocking modeMatt Caswell
2023-03-20Make sure the QRX and QTX are associated with a libctxMatt Caswell
2023-03-20Fix seg fault when calling SSL_shutdown() for a QUIC connectionMatt Caswell
2023-03-20Fix SSL_has_pending() for QUIC connectionsMatt Caswell
2023-03-20Provide better errors for some QUIC failuresMatt Caswell
2023-03-20Defer unknown QUIC ctrls to the SSL object for TLSMatt Caswell
2023-03-20Fix Configure test for -mips in CFLAGSMike Gilbert
2023-03-20doc: note the default iteration count for PBKDF2 in the enc commandPauli
2023-03-20Include the default iteration count in the help for the enc commandPauli
2023-03-18Add sanity test for OSSL_sleep()Tomas Mraz
2023-03-18sleep.c: Limit the sleep time instead of sleeping for days or even yearsTomas Mraz
2023-03-17providers/implementations/kdfs/argon2.c: Include openssl/e_os2.h instead of s...Richard Levitte
2023-03-17rsaz-*k-avx512.pl: fix wrong name of avx512 flag variableTomas Mraz
2023-03-17aes-gcm-avx512.pl: Fix the clang version detection on Apple OsesTomas Mraz
2023-03-17providers: add Argon2 KDFČestmír Kalina
2023-03-17e_os2: add ossl_static_assert_type_eqČestmír Kalina
2023-03-17proverr: add PROV_R_{INVALID_MEMORY_SIZE,INVALID_THREAD_POOL_SIZE}Čestmír Kalina
2023-03-17evp_test: add thread supportČestmír Kalina
2023-03-17providers: add XOF support to blake2bČestmír Kalina
2023-03-17evp_test: add digest xoflen supportČestmír Kalina
2023-03-16Fix copyright disclaimer.Pauli
2023-03-16riscv: GCM: Implement GHASH()Christoph Müllner
2023-03-16riscv: GCM: Simplify GCM calculationChristoph Müllner
2023-03-16riscv: GCM: Use riscv.pmChristoph Müllner
2023-03-16riscv.pm: Add improved error messages to read_reg codeChristoph Müllner