index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
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-rfc3820-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
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert the remaining functions in the record layer to use SSLfatal()
Matt Caswell
2017-12-08
1
-0
/
+2
*
Add some more cleanups
Matt Caswell
2017-12-04
1
-0
/
+2
*
Add some sanity checks for the fatal error condition
Matt Caswell
2017-12-04
1
-0
/
+1
*
Fix up a few places in the state machine that got missed with SSLfatal()
Matt Caswell
2017-12-04
1
-0
/
+1
*
Convert more functions in ssl/statem/statem.c to use SSLfatal()
Matt Caswell
2017-12-04
1
-0
/
+1
*
Convert remaining functions in statem_srvr.c to use SSLfatal()
Matt Caswell
2017-12-04
1
-0
/
+5
*
Convert remaining functions in statem_clnt.c to use SSLfatal()
Matt Caswell
2017-12-04
1
-0
/
+9
*
Convert the state machine code to use SSLfatal()
Matt Caswell
2017-12-04
1
-0
/
+47
*
Use ChaCha only if prioritized by clnt
Todd Short
2017-11-30
1
-0
/
+3
*
Pretty-print large INTEGERs and ENUMERATEDs in hex.
David Benjamin
2017-11-25
1
-0
/
+1
*
Create a prototype for OPENSSL_rdtsc
Kurt Roeckx
2017-11-25
1
-0
/
+4
*
Support multi-prime RSA (RFC 8017)
Paul Yang
2017-11-21
2
-0
/
+34
*
Support public key and param check in EVP interface
Paul Yang
2017-11-20
5
-0
/
+41
*
Add an API to get the signer of an OCSP response
Benjamin Kaduk
2017-11-11
1
-0
/
+2
*
Many spelling fixes/typo's corrected.
Josh Soref
2017-11-11
2
-2
/
+2
*
Remove 4 broken macros from ocsp.h
Matt Caswell
2017-11-07
1
-16
/
+0
*
SM3: restructure to EVP internal and update doc to right location
Ronald Tse
2017-11-06
1
-47
/
+0
*
SM3: Add SM3 hash function
Jack Lloyd
2017-11-06
3
-0
/
+60
*
Implement Maximum Fragment Length TLS extension.
FdaSilvaYY
2017-11-05
3
-1
/
+18
*
SM4: Add SM4 block cipher to EVP
Ronald Tse
2017-10-31
2
-0
/
+57
*
make update
Richard Levitte
2017-10-30
1
-0
/
+2
*
EVP_PKEY_ASN1_METHOD: add functions to set siginf_set and pkey_check methods
Richard Levitte
2017-10-30
1
-0
/
+8
*
Whitespace and indent fixes
Rich Salz
2017-10-30
1
-44
/
+34
*
Add sk_TYPE_new_reserve() function
Paul Yang
2017-10-26
2
-0
/
+5
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-10
/
+10
*
Fix reseeding issues of the public RAND_DRBG
Dr. Matthias St. Pierre
2017-10-18
4
-1
/
+59
*
added cmcCA and cmcRA as per rfc6402, capitalized per RFC7030 author
Michael Richardson
2017-10-16
1
-0
/
+10
*
Remove email addresses from source code.
Rich Salz
2017-10-13
2
-8
/
+2
*
Add CRYPTO_get_alloc_counts.
Rich Salz
2017-10-12
2
-0
/
+2
*
make update
Dr. Stephen Henson
2017-10-12
2
-0
/
+19
*
Add pad support
Dr. Stephen Henson
2017-10-12
1
-0
/
+5
*
Add RFC7919 support to EVP
Dr. Stephen Henson
2017-10-12
1
-0
/
+6
*
DH named parameter support
Dr. Stephen Henson
2017-10-12
1
-0
/
+4
*
make update
Dr. Stephen Henson
2017-10-12
1
-0
/
+1
*
Add EVP_PKEY_set1_engine() function.
Dr. Stephen Henson
2017-10-12
1
-0
/
+3
*
Fix typos
Keshav Kini
2017-10-10
1
-1
/
+1
*
Add atomic write call
Pauli
2017-10-10
1
-0
/
+1
*
Add a CRYPTO_atomic_read call which allows an int variable to be read
Pauli
2017-10-10
1
-0
/
+1
*
Session resume broken switching contexts
Todd Short
2017-10-04
1
-0
/
+1
*
Put back the #include <openssl/safestack.h> lines in public headers.
Pauli
2017-09-29
6
-0
/
+6
*
Remove unnecessary #include <openssl/lhash.h> directives.
Pauli
2017-09-29
1
-1
/
+1
*
Use safestack.h exclusively internally.
Pauli
2017-09-28
7
-18
/
+7
*
Add a reserve call to the stack data structure.
Pauli
2017-09-28
2
-4
/
+12
*
Update comments to match function parameter names
Saagar Jha
2017-09-24
2
-2
/
+2
*
Provide getters for min/max proto version
Christian Heimes
2017-09-15
1
-0
/
+10
*
Fix function name in ECerr call
Rich Salz
2017-09-14
1
-0
/
+1
*
Support EVP_PKEY_meth_remove and pmeth internal cleanup
Paul Yang
2017-09-14
1
-0
/
+1
*
Support key check in EVP interface
Paul Yang
2017-09-13
2
-0
/
+8
*
objects/objects.txt: fix RSA-SHA3-284 typo.
Andy Polyakov
2017-09-11
1
-4
/
+4
*
Introduce named constants for the ClientHello callback.
David Benjamin
2017-09-08
1
-0
/
+5
[next]