2023-05-01 |
Matt Caswell | Release zero length handshake fragment records |
commit | commitdiff | tree |
2023-05-01 |
Pauli | doc: note that the stack find functions no longer modif... |
commit | commitdiff | tree |
2023-05-01 |
Pauli | x509: sort stacks before finds |
commit | commitdiff | tree |
2023-05-01 |
Pauli | provider_core: sort provider stack on find |
commit | commitdiff | tree |
2023-05-01 |
Pauli | pbe: sort stack before using find |
commit | commitdiff | tree |
2023-05-01 |
Pauli | asn1: sort stacks before using find |
commit | commitdiff | tree |
2023-04-28 |
Mathias Berchtold | build_wincrypt_test.c: Fix compilation with MSVC |
commit | commitdiff | tree |
2023-04-28 |
rkarmaka98 | Avoid generating RSA keys with p < q |
commit | commitdiff | tree |
2023-04-28 |
Liu-ErMeng | fix md5 bug on aarch64 big-endian plantform. |
commit | commitdiff | tree |
2023-04-28 |
rkarmaka98 | Improve documentation of -no_ssl3, -no_tls1, -no_tls1_1... |
commit | commitdiff | tree |
2023-04-28 |
Pauli | dependabot: update config to include CLA: trivial,... |
commit | commitdiff | tree |
2023-04-28 |
Mukesh Bharsakle | http proxy handling: Use ossl_safe_getenv() instead... |
commit | commitdiff | tree |
2023-04-28 |
Vladimir Kotal | ASN1_OCTET_STRING_new() calls ASN1_STRING_type_new... |
commit | commitdiff | tree |
2023-04-28 |
Pauli | x509: sort stacks prior to searching |
commit | commitdiff | tree |
2023-04-28 |
Pauli | stack: fix searching when the stack isn't sorted. |
commit | commitdiff | tree |
2023-04-28 |
Liu-ErMeng | fix aes-xts bug on aarch64 big-endian env. |
commit | commitdiff | tree |
2023-04-28 |
Dr. David von... | APPS/cmp: prevent HTTP client failure on -rspin option... |
commit | commitdiff | tree |
2023-04-27 |
Matt Caswell | Update the SSL_rstate_string*() return value for QUIC |
commit | commitdiff | tree |
2023-04-27 |
Matt Caswell | Correct the SSL_rstate_string*() APIs to match reality |
commit | commitdiff | tree |
2023-04-27 |
Matt Caswell | Ensure that the SSL_rstate_string*() API works as they... |
commit | commitdiff | tree |
2023-04-27 |
Matt Caswell | Add a test for the SSL_rstate_string*() APIs |
commit | commitdiff | tree |
2023-04-27 |
Dr. David von... | APPS: make sure the -CAfile argument can be in DER... |
commit | commitdiff | tree |
2023-04-27 |
Dr. David von... | apps/smime: Point out that the six operations are mutua... |
commit | commitdiff | tree |
2023-04-27 |
Dr. David von... | openssl-ocsp.pod.in: state for options that they are... |
commit | commitdiff | tree |
2023-04-27 |
Dr. David von... | apps/ocsp: Tweak some places to make clear they refer... |
commit | commitdiff | tree |
2023-04-27 |
Hugo Landau | QUIC Glossary |
commit | commitdiff | tree |
2023-04-26 |
Hugo Landau | QUIC I/O Architecture Design: Minor updates |
commit | commitdiff | tree |
2023-04-26 |
Hugo Landau | QUIC I/O Architecture Design: Add block diagram, tweak... |
commit | commitdiff | tree |
2023-04-26 |
Hugo Landau | QUIC I/O Architecture Design Document |
commit | commitdiff | tree |
2023-04-26 |
Tomas Mraz | Correct the CHANGES entry for CVE-2023-1255 |
commit | commitdiff | tree |
2023-04-25 |
Pauli | doc: document that the "info" KDF param concatenates 20815/head |
commit | commitdiff | tree |
2023-04-25 |
Pauli | Add "info" concatenation tests |
commit | commitdiff | tree |
2023-04-25 |
Pauli | Update KDFs to use shared functions. |
commit | commitdiff | tree |
2023-04-25 |
Pauli | params: add helper functions to allocate & copy params |
commit | commitdiff | tree |
2023-04-25 |
Mathias Berchtold | Added ability to pass additional ASFLAGS to Configure |
commit | commitdiff | tree |
2023-04-25 |
Tomas Mraz | Fix regression of no-posix-io builds |
commit | commitdiff | tree |
2023-04-24 |
FdaSilvaYY | dtls: code cleanup and refactorization |
commit | commitdiff | tree |
2023-04-24 |
slontis | Fixup demo exit status magic numbers |
commit | commitdiff | tree |
2023-04-24 |
Matt Caswell | Replace use of strstr with strchr |
commit | commitdiff | tree |
2023-04-24 |
Matt Caswell | Coverity 1524619: unexpected control flow |
commit | commitdiff | tree |
2023-04-24 |
Mathias Berchtold | Revert "Adding Control Flow guard to Windows Builds" |
commit | commitdiff | tree |
2023-04-24 |
Petr Mikhalicin | Fix calling pthread_key_delete on uninitialized data |
commit | commitdiff | tree |
2023-04-21 |
Pauli | fips: setup the FIPS provider in pendantic mode for... |
commit | commitdiff | tree |
2023-04-21 |
Pauli | test: update ssl_new tests in line with pedantic FIPS... |
commit | commitdiff | tree |
2023-04-21 |
Pauli | test: update TLS PDF tests in line with pedantic FIPS... |
commit | commitdiff | tree |
2023-04-21 |
Pauli | test: update evprand tests in line with pedantic FIPS... |
commit | commitdiff | tree |
2023-04-21 |
Pauli | sslapi: use correct fipsmodule.cnf |
commit | commitdiff | tree |
2023-04-21 |
dependabot... | Bump actions/setup-python from 4.5.0 to 4.6.0 |
commit | commitdiff | tree |
2023-04-21 |
Irak Rigia | Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D... |
commit | commitdiff | tree |
2023-04-21 |
Irak Rigia | Added a macro OSSL_DISPATCH_END as marker of the end... |
commit | commitdiff | tree |
2023-04-21 |
Petr Mikhalicin | Fix checking return code of EVP_PKEY_get_int_param... |
commit | commitdiff | tree |
2023-04-20 |
Tomas Mraz | Minor refactoring of the Argon2 derive function |
commit | commitdiff | tree |
2023-04-20 |
dependabot... | Bump coverallsapp/github-action from 2.1.0 to 2.1.2 |
commit | commitdiff | tree |
2023-04-20 |
Tomas Mraz | aesv8-armx.pl: Avoid buffer overrread in AES-XTS decryption |
commit | commitdiff | tree |
2023-04-19 |
Pauli | test: test -pedantic option in fipsinstall |
commit | commitdiff | tree |
2023-04-19 |
Pauli | doc: document the -pedantic option to fipsinstall. |
commit | commitdiff | tree |
2023-04-19 |
Pauli | fipsinstall: add -pedantic option |
commit | commitdiff | tree |
2023-04-19 |
gakamath | Adding Control Flow guard to Windows Builds |
commit | commitdiff | tree |
2023-04-18 |
Richard Levitte | Configurations/descrip.mms.tmpl: Fix a few typos |
commit | commitdiff | tree |
2023-04-18 |
Ladislav Marko | Fix broken links in crypto manpage |
commit | commitdiff | tree |
2023-04-18 |
zhangzhilei | fix test failure on Kunpeng-920 |
commit | commitdiff | tree |
2023-04-18 |
Dr. David von... | crmf_lib.c: clean up coments on OSSL_CRMF_CERTTEMPLATE*() |
commit | commitdiff | tree |
2023-04-18 |
Dr. David von... | OSSL_CRMF_CERTTEMPLATE_get0_publicKey(): fix return... |
commit | commitdiff | tree |
2023-04-18 |
Dr. David von... | crypto/cmp: fix CertReqId to use in p10cr transactions... |
commit | commitdiff | tree |
2023-04-16 |
Alois Klink | bn_local: remove unused `PTR_SIZE_INT` definition |
commit | commitdiff | tree |
2023-04-16 |
Alois Klink | bn_nist: remove unused type-punning union `u` |
commit | commitdiff | tree |
2023-04-16 |
Alois Klink | bn_nist: replace pointer bit-fiddling with ternary |
commit | commitdiff | tree |
2023-04-16 |
Danny Carpenter | adding provider_unload functions for cmp_ tests |
commit | commitdiff | tree |
2023-04-14 |
GauriSpears | List also non-fetchable hashes in openssl dgst -list |
commit | commitdiff | tree |
2023-04-14 |
slontis | Fix a HPKE API to put libctx, propq as last (optional... |
commit | commitdiff | tree |
2023-04-13 |
Tomas Mraz | Fix the LCM computation in the RSA multiprime key check |
commit | commitdiff | tree |
2023-04-13 |
Ladislav Marko | Fix typo in ssl_ciph.c |
commit | commitdiff | tree |
2023-04-13 |
Aidan Khoury | Fix UEFI support on win32 |
commit | commitdiff | tree |
2023-04-13 |
Ladislav Marko | doc: Fix incorrect pairing of functions |
commit | commitdiff | tree |
2023-04-13 |
Ladislav Marko | doc: Fix misleading stucture info |
commit | commitdiff | tree |
2023-04-12 |
Yuan, Shuai | Fixes #19580 ECX keygen |
commit | commitdiff | tree |
2023-04-12 |
Matt Caswell | Allow partially releasing a record for TLS |
commit | commitdiff | tree |
2023-04-12 |
Matt Caswell | Make the data field for get_record() const |
commit | commitdiff | tree |
2023-04-12 |
Matt Caswell | Add support for rstream get/release record in the QUIC... |
commit | commitdiff | tree |
2023-04-11 |
Jeeban Sethi | Updated return value of PEM_write_TYPE() and PEM_write_... |
commit | commitdiff | tree |
2023-04-11 |
Tomas Mraz | CI: Checkout submodules to make the regression fuzz... |
commit | commitdiff | tree |
2023-04-11 |
Tomas Mraz | Add openssl/fuzz-corpora repository as submodule |
commit | commitdiff | tree |
2023-04-11 |
Tomas Mraz | Remove fuzz corpora data from the repository |
commit | commitdiff | tree |
2023-04-11 |
dependabot... | Bump coverallsapp/github-action from 1.2.4 to 2.1.0 |
commit | commitdiff | tree |
2023-04-11 |
Pauli | Remove FIPS cross version check of 3.0.0 provider again... |
commit | commitdiff | tree |
2023-04-11 |
Pauli | Remove old FIPS provider cross version check |
commit | commitdiff | tree |
2023-04-11 |
Pauli | Add action to cross validate FIPS providers |
commit | commitdiff | tree |
2023-04-06 |
Vishwa Pravin | Ignore SIGPIPE if client closes connection abruptly |
commit | commitdiff | tree |
2023-04-04 |
Bernd Edlinger | Alternative fix for CVE-2022-4304 |
commit | commitdiff | tree |
2023-04-04 |
Bernd Edlinger | Revert "Fix Timing Oracle in RSA decryption" |
commit | commitdiff | tree |
2023-04-04 |
Anatolii Lishchynskyi | Erase temporary buffer in EVP_PKEY_get_bn_param() |
commit | commitdiff | tree |
2023-04-04 |
Matt Caswell | Don't call OPENSSL_init_crypto from inside a RUN_ONCE |
commit | commitdiff | tree |
2023-04-03 |
Matt Caswell | Update the documentation for SSL_version et al |
commit | commitdiff | tree |
2023-04-03 |
Matt Caswell | Add a test for SSL_version(), SSL_get_version() etc |
commit | commitdiff | tree |
2023-04-03 |
Matt Caswell | Make sure we can query the SSL object for version info... |
commit | commitdiff | tree |
2023-04-03 |
slontis | FFC cleanups |
commit | commitdiff | tree |
2023-04-02 |
Tomas Mraz | Avoid calling into provider with the same iv_len or... |
commit | commitdiff | tree |
2023-04-02 |
Anthony Roberts | Fix compilation error when using clang-cl 16 or higher |
commit | commitdiff | tree |
2023-03-31 |
slontis | Make DSA_sign() test for negative p,q,g values. |
commit | commitdiff | tree |
2023-03-31 |
afshinpir | Incorrect null pointer check |
commit | commitdiff | tree |
next |