| 2023-03-28 |
Matt Caswell | Add a Certificate Policies Test |
commit | commitdiff | tree | snapshot |
| 2023-03-28 |
Matt Caswell | Ensure that EXFLAG_INVALID_POLICY is checked even in... |
commit | commitdiff | tree | snapshot |
| 2023-03-28 |
Matt Caswell | Generate some certificates with the certificatePolicies... |
commit | commitdiff | tree | snapshot |
| 2023-03-27 |
afshinpir | `EVP_PKEY_CTX_dup` segmentation fault fix |
commit | commitdiff | tree | snapshot |
| 2023-03-27 |
Jorge Ramirez... | test: evp_extra: EC, read affine coordinates |
commit | commitdiff | tree | snapshot |
| 2023-03-27 |
Jorge Ramirez... | translation: EC legacy keys, handle OSSL_PKEY_PARAM_EC_... |
commit | commitdiff | tree | snapshot |
| 2023-03-27 |
Tomas Mraz | Avoid duplication of OPENSSL_armcap_P on 32bit ARM |
commit | commitdiff | tree | snapshot |
| 2023-03-27 |
Tomas Mraz | Print the duplicate symbols found in test |
commit | commitdiff | tree | snapshot |
| 2023-03-25 |
Dr. David von... | apps/lib/http_server.c: improve diagnostics, e.g.,... |
commit | commitdiff | tree | snapshot |
| 2023-03-25 |
Dr. David von... | 80-test_cmp_http.t: fix server port and confusion clien... |
commit | commitdiff | tree | snapshot |
| 2023-03-25 |
Dr. David von... | CMP add: fix -reqin option, which requires adding OSSL_... |
commit | commitdiff | tree | snapshot |
| 2023-03-25 |
Dr. David von... | apps/cmp.c: make sure that last -reqin argument is... |
commit | commitdiff | tree | snapshot |
| 2023-03-25 |
Dr. David von... | CMP app: improve doc and help output on -{req,rsp}... |
commit | commitdiff | tree | snapshot |
| 2023-03-25 |
Michael Baentsch | Update the EVP_PKEY_get_id documentation |
commit | commitdiff | tree | snapshot |
| 2023-03-24 |
Peter Kaestle | tls1_set_groups_list: freeing *pext before overwriting |
commit | commitdiff | tree | snapshot |
| 2023-03-23 |
Tomas Mraz | OBJ_nid2obj(): Return UNDEF object instead of NULL... |
commit | commitdiff | tree | snapshot |
| 2023-03-23 |
Pauli | Disable the policy tree exponential growth test conditi... |
commit | commitdiff | tree | snapshot |
| 2023-03-23 |
Aleksey Sanin | Added tests and updated help |
commit | commitdiff | tree | snapshot |
| 2023-03-23 |
Aleksey Sanin | Add an option to specify number of bits in the subprime... |
commit | commitdiff | tree | snapshot |
| 2023-03-22 |
Georgi Valkov | VC++ 2010 x86 compilers do not have InterlockedOr64 |
commit | commitdiff | tree | snapshot |
| 2023-03-22 |
Evan Miller | Do not build P10-specific AES-GCM assembler on macOS |
commit | commitdiff | tree | snapshot |
| 2023-03-22 |
Pauli | changes: note about policy tree size limits and circumv... |
commit | commitdiff | tree | snapshot |
| 2023-03-22 |
Pauli | test: add test cases for the policy resource overuse |
commit | commitdiff | tree | snapshot |
| 2023-03-22 |
Pauli | x509: excessive resource use verifying policy constraints |
commit | commitdiff | tree | snapshot |
| 2023-03-21 |
Hugo Landau | QUIC: Add history section to SSL_inject_net_dgram() |
commit | commitdiff | tree | snapshot |
| 2023-03-21 |
Hugo Landau | QUIC DEMUX: Ensure time field is always initialised |
commit | commitdiff | tree | snapshot |
| 2023-03-21 |
Hugo Landau | QUIC: Add tests for datagram injection API |
commit | commitdiff | tree | snapshot |
| 2023-03-21 |
Hugo Landau | QUIC: Add support for datagram injection |
commit | commitdiff | tree | snapshot |
| 2023-03-21 |
Tomas Mraz | Add simple interoperability test with Cloudflare quiche |
commit | commitdiff | tree | snapshot |
| 2023-03-21 |
VeronikaNguyen | Added `CERTIFICATE_VERIFY_MAX_LENGTH` constant |
commit | commitdiff | tree | snapshot |
| 2023-03-21 |
Milan Broz | Add Argon2 KDF demo. |
commit | commitdiff | tree | snapshot |
| 2023-03-21 |
FdaSilvaYY | cmp: fix --strict-warnings windows builds |
commit | commitdiff | tree | snapshot |
| 2023-03-21 |
FdaSilvaYY | nit: tidy-up code, and fix a typo. |
commit | commitdiff | tree | snapshot |
| 2023-03-21 |
Richard Levitte | providers/implementations/kdfs/argon2.c: Don't use... |
commit | commitdiff | tree | snapshot |
| 2023-03-21 |
Čestmír Kalina | thread: remove remnants of ossl_crypto_mem_barrier |
commit | commitdiff | tree | snapshot |
| 2023-03-21 |
zhangzhilei | enable hardware acceleration for sm4-ccm |
commit | commitdiff | tree | snapshot |
| 2023-03-20 |
Pauli | Avoid freeing context on error |
commit | commitdiff | tree | snapshot |
| 2023-03-20 |
Pauli | Coverity 1522032: use after free |
commit | commitdiff | tree | snapshot |
| 2023-03-20 |
JAVAID Mohammad... | cmp_msg.c: free memory of certStatus before goto err |
commit | commitdiff | tree | snapshot |
| 2023-03-20 |
Everton Constantino | Update documentation to reflect new Windows on Arm... |
commit | commitdiff | tree | snapshot |
| 2023-03-19 |
Matt Caswell | Fix some Windows issues in the quic_reactor |
commit | commitdiff | tree | snapshot |
| 2023-03-19 |
Matt Caswell | Add a simple QUIC test for blocking mode |
commit | commitdiff | tree | snapshot |
| 2023-03-19 |
Matt Caswell | Make sure the QRX and QTX are associated with a libctx |
commit | commitdiff | tree | snapshot |
| 2023-03-19 |
Matt Caswell | Fix seg fault when calling SSL_shutdown() for a QUIC... |
commit | commitdiff | tree | snapshot |
| 2023-03-19 |
Matt Caswell | Fix SSL_has_pending() for QUIC connections |
commit | commitdiff | tree | snapshot |
| 2023-03-19 |
Matt Caswell | Provide better errors for some QUIC failures |
commit | commitdiff | tree | snapshot |
| 2023-03-19 |
Matt Caswell | Defer unknown QUIC ctrls to the SSL object for TLS |
commit | commitdiff | tree | snapshot |
| 2023-03-19 |
Mike Gilbert | Fix Configure test for -mips in CFLAGS |
commit | commitdiff | tree | snapshot |
| 2023-03-19 |
Pauli | doc: note the default iteration count for PBKDF2 in... |
commit | commitdiff | tree | snapshot |
| 2023-03-19 |
Pauli | Include the default iteration count in the help for... |
commit | commitdiff | tree | snapshot |
| 2023-03-18 |
Tomas Mraz | Add sanity test for OSSL_sleep() |
commit | commitdiff | tree | snapshot |
| 2023-03-18 |
Tomas Mraz | sleep.c: Limit the sleep time instead of sleeping for... |
commit | commitdiff | tree | snapshot |
| 2023-03-17 |
Richard Levitte | providers/implementations/kdfs/argon2.c: Include openss... |
commit | commitdiff | tree | snapshot |
| 2023-03-17 |
Tomas Mraz | rsaz-*k-avx512.pl: fix wrong name of avx512 flag variable |
commit | commitdiff | tree | snapshot |
| 2023-03-17 |
Tomas Mraz | aes-gcm-avx512.pl: Fix the clang version detection... |
commit | commitdiff | tree | snapshot |
| 2023-03-17 |
Čestmír Kalina | providers: add Argon2 KDF |
commit | commitdiff | tree | snapshot |
| 2023-03-17 |
Čestmír Kalina | e_os2: add ossl_static_assert_type_eq |
commit | commitdiff | tree | snapshot |
| 2023-03-17 |
Čestmír Kalina | proverr: add PROV_R_{INVALID_MEMORY_SIZE,INVALID_THREAD... |
commit | commitdiff | tree | snapshot |
| 2023-03-17 |
Čestmír Kalina | evp_test: add thread support |
commit | commitdiff | tree | snapshot |
| 2023-03-17 |
Čestmír Kalina | providers: add XOF support to blake2b |
commit | commitdiff | tree | snapshot |
| 2023-03-17 |
Čestmír Kalina | evp_test: add digest xoflen support |
commit | commitdiff | tree | snapshot |
| 2023-03-16 |
Pauli | Fix copyright disclaimer. |
commit | commitdiff | tree | snapshot |
| 2023-03-16 |
Christoph Müllner | riscv: GCM: Implement GHASH() |
commit | commitdiff | tree | snapshot |
| 2023-03-16 |
Christoph Müllner | riscv: GCM: Simplify GCM calculation |
commit | commitdiff | tree | snapshot |
| 2023-03-16 |
Christoph Müllner | riscv: GCM: Use riscv.pm |
commit | commitdiff | tree | snapshot |
| 2023-03-16 |
Christoph Müllner | riscv.pm: Add improved error messages to read_reg code |
commit | commitdiff | tree | snapshot |
| 2023-03-16 |
Christoph Müllner | riscv: aes: Move reusable Perl code into Perl module |
commit | commitdiff | tree | snapshot |
| 2023-03-16 |
Christoph Müllner | riscv: Clean up extension test macros |
commit | commitdiff | tree | snapshot |
| 2023-03-16 |
Andy Bernard | Fix documented function return types |
commit | commitdiff | tree | snapshot |
| 2023-03-15 |
zhangzhilei | enable VPSM4_EX_CAPABLE for sm4_gcm |
commit | commitdiff | tree | snapshot |
| 2023-03-15 |
Pauli | Coverity 1521490: resource leak |
commit | commitdiff | tree | snapshot |
| 2023-03-15 |
Pauli | demo: Fix makefile target |
commit | commitdiff | tree | snapshot |
| 2023-03-14 |
klaus triendl | Added a short description of VC-WIN*-HYBRIDCRT to Windo... |
commit | commitdiff | tree | snapshot |
| 2023-03-14 |
klaus triendl | Added 'hybrid CRT' targets for the Windows platform |
commit | commitdiff | tree | snapshot |
| 2023-03-14 |
slontis | Fix PKCS12_newpass() to work with PBES2. |
commit | commitdiff | tree | snapshot |
| 2023-03-14 |
slontis | Add Tests for RSA signatures using X931 padding. |
commit | commitdiff | tree | snapshot |
| 2023-03-14 |
Dmitry Belyavskiy | Avoid erroneous diagnostics in speed measuring |
commit | commitdiff | tree | snapshot |
| 2023-03-14 |
Simo Sorce | Add a flag so finalised contexts are not reused |
commit | commitdiff | tree | snapshot |
| 2023-03-14 |
Simo Sorce | Add test for context duplication failure |
commit | commitdiff | tree | snapshot |
| 2023-03-14 |
Simo Sorce | Do not fail if ctx dup does not succeed |
commit | commitdiff | tree | snapshot |
| 2023-03-14 |
Matt Caswell | Improve the performance of d2i_AutoPrivateKey and friends |
commit | commitdiff | tree | snapshot |
| 2023-03-14 |
Tobias Nießen | Document remaining obsolete SSL_OP_NETSCAPE_*_BUG |
commit | commitdiff | tree | snapshot |
| 2023-03-14 |
ndossche | Add missing assignment to EVP_get_digestbynid() |
commit | commitdiff | tree | snapshot |
| 2023-03-14 |
Dr. David von... | doc/man3/X509_STORE_CTX_get_error.pod: make order consi... |
commit | commitdiff | tree | snapshot |
| 2023-03-14 |
afshinpir | Segmentation fault in parent rng cleanup |
commit | commitdiff | tree | snapshot |
| 2023-03-14 |
afshinpir | Updated `rsa_has()` for correct validation |
commit | commitdiff | tree | snapshot |
| 2023-03-14 |
Tomas Mraz | Fix size_t/int mismatch in cms_ec.c and rsa_sig.c |
commit | commitdiff | tree | snapshot |
| 2023-03-14 |
Kornel Dulęba | aes/asm/bsaes-armv7.pl: Replace adrl with add |
commit | commitdiff | tree | snapshot |
| 2023-03-14 |
zhangzhilei | Remove duplicate code |
commit | commitdiff | tree | snapshot |
| 2023-03-14 |
Pauli | Add missing copyright header |
commit | commitdiff | tree | snapshot |
| 2023-03-14 |
Pauli | doc: document that prediction resistance comes with... |
commit | commitdiff | tree | snapshot |
| 2023-03-14 |
Dr. David von... | apps/x509 etc.: allow private key input when public... |
commit | commitdiff | tree | snapshot |
| 2023-03-14 |
Dr. David von... | test/smime-certs/{mksmime-certs.sh,ca.cnf}: simplify... |
commit | commitdiff | tree | snapshot |
| 2023-03-14 |
Dr. David von... | apps/{dsa,ec,rsa,pkey}.c: harmonize coding w.r.t. ... |
commit | commitdiff | tree | snapshot |
| 2023-03-08 |
Richard Levitte | Fix how util/wrap.pl is used in OpenSSL::Util::fixup_cmd() |
commit | commitdiff | tree | snapshot |
| 2023-03-08 |
Richard Levitte | Fix util/wrap.pl.in for VMS usage |
commit | commitdiff | tree | snapshot |
| 2023-03-07 |
Kurt Roeckx | Run the punycode-test over the fuzz corpora during... 20487/head |
commit | commitdiff | tree | snapshot |
| 2023-03-07 |
Clemens Lang | fips: Use salt >= 16 bytes in PBKDF2 selftest |
commit | commitdiff | tree | snapshot |
| 2023-03-07 |
slontis | Add option to FIPS module to enforce EMS check during... |
commit | commitdiff | tree | snapshot |
| 2023-03-07 |
Juergen Christ | S390X: Accelerate keccak XOF |
commit | commitdiff | tree | snapshot |
| next |