index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add TFO support to socket BIO and s_client/s_server
Todd Short
2022-03-10
3
-1
/
+162
*
async_posix: Allow custom stack allocation functions to be specified for POSI...
Arran Cudbard-Bell
2022-03-10
1
-0
/
+8
*
Change `strlen' argument name to `strlength' to avoid c++ reserved words.
Pauli
2022-02-28
1
-1
/
+1
*
chacha20 performance optimizations for ppc64le with 8x lanes,
Deepankar Bhattacharjee
2022-02-22
1
-0
/
+1
*
Add define guards to avoid multi-inclusion
Weiguo Li
2022-02-16
3
-142
/
+159
*
Add tests for do_updatedb
Armin Fuerst
2022-02-14
1
-1
/
+3
*
AES-GCM enabled with AVX512 vAES and vPCLMULQDQ.
Andrey Matyukov
2022-02-10
1
-2
/
+2
*
Prevent crash with engine using different openssl runtime
Bernd Edlinger
2022-02-08
1
-0
/
+1
*
Fixed counter overflow
Danny Tsen
2022-02-07
1
-7
/
+15
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
2
-1
/
+415
*
Add support for Chacha20-Poly1305 to kernel TLS on FreeBSD.
John Baldwin
2022-02-04
1
-0
/
+5
*
Fix builds with DJGPP
Juan Manuel Guerrero
2022-02-04
1
-0
/
+2
*
Fix copyrights
Todd Short
2022-02-03
1
-2
/
+2
*
Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.
slontis
2022-02-03
3
-5
/
+8
*
add SSL_get0_iana_groups() & SSL_client_hello_get_extension_order()
Phus Lu
2022-02-03
1
-0
/
+5
*
Add support for signed BIGNUMs in the OSSL_PARAM_BLD API
Richard Levitte
2022-01-26
1
-0
/
+5
*
Optimize AES-GCM for uarchs with unroll and new instructions
XiaokangQian
2022-01-25
1
-0
/
+12
*
AES-GCM performance optimzation with stitched method for p9+ ppc64le
Danny Tsen
2022-01-24
1
-0
/
+12
*
self_test.h: fix the C++ wrapping
Pauli
2022-01-23
1
-4
/
+3
*
Fix the same BIO_FLAGS macro definition
yangyangtiantianlonglong
2022-01-21
2
-1
/
+3
*
Add signed bn2bin and bin2bn functions
Richard Levitte
2022-01-20
1
-0
/
+6
*
Add context dup functions for digests and ciphers
Pauli
2022-01-19
1
-0
/
+2
*
SM4 optimization for ARM by HW instruction
Daniel Hu
2022-01-18
1
-0
/
+48
*
Add a comment to indicate ineffective macro
Shreenidhi Shedi
2022-01-14
1
-2
/
+2
*
tsan: make detecting the need for locking when using tsan easier
Pauli
2022-01-13
1
-1
/
+7
*
err: add additional errors
Pauli
2022-01-12
2
-2
/
+11
*
v2i_AUTHORITY_KEYID(): Improve error reporting on parsing config values/options
Dr. David von Oheimb
2022-01-07
1
-0
/
+3
*
asn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid() simplifying code
Dr. David von Oheimb
2022-01-07
1
-0
/
+1
*
Fix copyright year issues
Bernd Edlinger
2022-01-06
1
-1
/
+1
*
Fix typos
Dimitris Apostolou
2022-01-05
1
-1
/
+1
*
Update troublesome copyright years of auto-generated files to 2022
Dr. David von Oheimb
2022-01-03
1
-1
/
+1
*
ec.h: Explain use of strstr() for EVP_EC_gen() and add #include <string.h>
Dr. David von Oheimb
2022-01-03
1
-0
/
+3
*
OSSL_CMP_CTX: rename get/set function for trustedStore
Dr. David von Oheimb
2021-12-30
1
-0
/
+2
*
add OSSL_STACK_OF_X509_free() for commonly used pattern
Dr. David von Oheimb
2021-12-21
1
-0
/
+1
*
crypto/dsa.h: fix include guard name
Carlo Teubner
2021-12-20
1
-2
/
+2
*
Make OSSL_provider_init() OPENSSL_EXPORT, not just extern
Richard Levitte
2021-12-10
1
-1
/
+1
*
changes opensssl typos to openssl
Sam Eaton
2021-12-10
1
-1
/
+1
*
OSSL_HTTP_get(): Fix timeout handling on redirection
Dr. David von Oheimb
2021-12-09
1
-0
/
+1
*
Fix pvk encoder to properly query for the passphrase
Tomas Mraz
2021-12-06
1
-0
/
+1
*
Enable brainpool curves for TLS1.3
Bernd Edlinger
2021-11-26
1
-0
/
+10
*
Have OSSL_PARAM_allocate_from_text() raise error on unexpected neg number
Richard Levitte
2021-11-24
1
-0
/
+1
*
Support different R_BITS lengths for KBKDF
Patrick Uiterwijk
2021-11-24
1
-0
/
+1
*
Move more general parts of internal/cryptlib.h to new internal/common.h
Dr. David von Oheimb
2021-11-17
2
-101
/
+117
*
Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...
Dr. David von Oheimb
2021-11-17
1
-4
/
+14
*
Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...
Dr. David von Oheimb
2021-11-17
1
-0
/
+6
*
Stop receiving child callbacks in a child libctx when appropriate
Matt Caswell
2021-11-12
1
-0
/
+1
*
Don't attempt to deactive child providers if we don't need to
Matt Caswell
2021-11-12
1
-1
/
+1
*
header: add integer overflow helper functions
Pauli
2021-11-12
1
-0
/
+405
*
Add OID for RPKI id-ct-ASPA
Job Snijders
2021-11-11
1
-0
/
+4
*
prov: remove unused field `flag_fallback` and function `ossl_provider_set_fal...
Pauli
2021-11-10
1
-1
/
+0
[next]