index
:
openssl
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2022-10-25
Add missing ERR_R_XXX_LIB codes
Tomas Mraz
2022-10-11
Update copyright year
Matt Caswell
2022-10-04
Disable printf format checking on MinGW
Daniel Fiala
2022-09-29
djgpp: Define WATT32_NO_OLDIES before including socket headers
J.W. Jagersma
2022-08-22
Coverity 1508506: misuse of time_t
Pauli
2022-08-19
Limit the size of various MAXCHUNK definitions
Pauli
2022-07-20
"Reserve" the method store when constructing methods
Richard Levitte
2022-07-19
For known safe primes use the minimum key length according to RFC 7919
Tomas Mraz
2022-07-13
Pre-declare all core dispatch table functions, and fix the internal ones
Richard Levitte
2022-07-05
Update copyright year
Richard Levitte
2022-06-28
store_result: Add fallback for fetching the keymgmt from the provider of the ...
Tomas Mraz
2022-06-27
der_writer: Use uint32_t instead of long.
Daniel Fiala
2022-06-21
Update copyright year
Matt Caswell
2022-06-16
Fix for OSSL_PARAM sample code referencing OSSL_PARAM_UTF8_PTR
Michael Baentsch
2022-06-13
RSA keygen update: Raise an error if no prime candidate q is found.
slontis
2022-05-23
strcasecmp: implement strcasecmp and strncasecmp
Pauli
2022-05-23
tolower: refine the tolower code to avoid a memory access
Pauli
2022-05-16
Fix BIO_get_ktls_send/recv to return 0 or 1 only
Tomas Mraz
2022-05-13
Always try locale initialization from OPENSSL_strcasecmp
Tomas Mraz
2022-05-13
Avoid code duplication for locale initialization
Tomas Mraz
2022-05-13
Move OPENSSL_strcasecmp() and related to o_str.c
Tomas Mraz
2022-05-05
Add method store cache flush and method removal to non-EVP operations
Richard Levitte
2022-05-05
Make it possible to remove methods by the provider that provides them
Richard Levitte
2022-05-05
Don't empty the method store when flushing the query cache
Richard Levitte
2022-05-05
Refactor method construction pre- and post-condition
Richard Levitte
2022-05-05
Drop ossl_provider_clear_all_operation_bits() and all uses of it
Richard Levitte
2022-05-03
Update copyright year
Matt Caswell
2022-04-27
Add SSL_(CTX_)?get0_(verify|chain)_cert_store functions
Hugo Landau
2022-04-21
Public API functions OPENSSL_str[n]casecmp
Dmitry Belyavskiy
2022-04-14
Add error code for unsupported explicit parameters
Tomas Mraz
2022-04-05
Redefine macro X509_http_nbio to avoid using ocsp.h
Daniel Fiala
2022-03-15
Update copyright year
Matt Caswell
2022-03-15
EVP_MD performance fix (refcount cache contention)
Hugo Landau
2022-03-14
Replace handling of negative verification result with SSL_set_retry_verify()
Tomas Mraz
2022-02-28
Change `strlen' argument name to `strlength' to avoid c++ reserved words.
Pauli
2022-02-08
Prevent crash with engine using different openssl runtime
Bernd Edlinger
2022-02-04
Fix builds with DJGPP
Juan Manuel Guerrero
2022-02-03
Fix copyrights
Todd Short
2022-02-03
Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.
slontis
2022-01-24
self_test.h: fix the C++ wrapping
Pauli
2022-01-21
Fix the same BIO_FLAGS macro definition
yangyangtiantianlonglong
2022-01-14
Add a comment to indicate ineffective macro
Shreenidhi Shedi
2022-01-13
tsan: make detecting the need for locking when using tsan easier
Pauli
2022-01-06
Fix copyright year issues
Bernd Edlinger
2022-01-03
Update troublesome copyright years of auto-generated files to 2022
Dr. David von Oheimb
2022-01-03
ec.h: Explain use of strstr() for EVP_EC_gen() and add #include <string.h>
Dr. David von Oheimb
2021-12-20
crypto/dsa.h: fix include guard name
Carlo Teubner
2021-12-10
Make OSSL_provider_init() OPENSSL_EXPORT, not just extern
Richard Levitte
2021-12-10
changes opensssl typos to openssl
Sam Eaton
2021-12-09
OSSL_HTTP_get(): Fix timeout handling on redirection
Dr. David von Oheimb
[next]