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
*
Increase CT_NUMBER values
Rich Salz
2018-08-07
2
-3
/
+15
*
Add internal/tsan_assist.h.
Andy Polyakov
2018-08-07
1
-0
/
+84
*
Add OIDs for HMAC SHA512/224 and HMAC SHA512/256.
Pauli
2018-08-01
1
-0
/
+8
*
Ensure symbols don't get deprecated too early
Richard Levitte
2018-07-31
1
-1
/
+9
*
Fix some TLSv1.3 alert issues
Matt Caswell
2018-07-31
2
-1
/
+2
*
Deprecate the EC curve type specific functions in 1.2.0
Matt Caswell
2018-07-31
1
-26
/
+42
*
Provide EC functions that are not curve type specific
Matt Caswell
2018-07-31
2
-14
/
+90
*
Make number of Miller-Rabin tests for a prime tests depend on the security le...
Kurt Roeckx
2018-07-26
1
-18
/
+69
*
Change the number of Miller-Rabin test for DSA generation to 64
Kurt Roeckx
2018-07-26
1
-3
/
+5
*
crypto/dllmain.c: remove unused OPENSSL_NONPIC_relocated variable.
Andy Polyakov
2018-07-25
1
-1
/
+0
*
const-ify some input SSL * arguments
Benjamin Kaduk
2018-07-20
1
-3
/
+3
*
include/openssl/e_os2.h: define last-resort SSIZE_MAX.
Andy Polyakov
2018-07-20
1
-0
/
+2
*
Validate legacy_version
Matt Caswell
2018-07-20
1
-0
/
+1
*
EC2M Lopez-Dahab ladder: use it also for ECDSA verify
Nicola Tuveri
2018-07-16
1
-0
/
+3
*
EC2M Lopez-Dahab ladder implementation
Nicola Tuveri
2018-07-16
1
-0
/
+2
*
EC point multiplication: add `ladder` scaffold
Nicola Tuveri
2018-07-16
1
-0
/
+5
*
Remove stale SM2 error codes
Nicola Tuveri
2018-07-16
2
-6
/
+3
*
NCONF_get_number refix.
Pauli
2018-07-11
1
-0
/
+1
*
Guard DECLARE_DEPRECATED against multiple includes of opensslconf.h
Richard Levitte
2018-07-10
1
-5
/
+7
*
Avoid __GNUC__ warnings when defining DECLARE_DEPRECATED
Richard Levitte
2018-07-10
1
-4
/
+6
*
Introduce the recv_max_early_data setting
Matt Caswell
2018-07-06
1
-0
/
+4
*
Add setters to set the early_data callback
Matt Caswell
2018-07-02
1
-2
/
+8
*
Make the anti-replay feature optional
Matt Caswell
2018-07-02
1
-0
/
+6
*
Return a fatal error if application data is encountered during shutdown
Matt Caswell
2018-06-27
1
-0
/
+1
*
Modify the DEVRANDOM source so that the files are kept open persistently.
Pauli
2018-06-26
1
-0
/
+1
*
Respect SSL_OP_NO_TICKET in TLSv1.3
Matt Caswell
2018-06-26
1
-1
/
+3
*
Restructure the ticket construction code
Matt Caswell
2018-06-26
1
-0
/
+1
*
OpenSSL_add_ssl_algorithm-is-deprecated() is deprecated, make it so
Richard Levitte
2018-06-25
1
-1
/
+1
*
Remove __cplusplus preamble from internal headers
Nicola Tuveri
2018-06-22
6
-43
/
+0
*
Use DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declaration
Nicola Tuveri
2018-06-21
1
-1
/
+1
*
Prepare for 1.1.1-pre9-dev
Matt Caswell
2018-06-20
1
-2
/
+2
*
Prepare for 1.1.1-pre8 release
OpenSSL_1_1_1-pre8
Matt Caswell
2018-06-20
1
-1
/
+1
*
Implement coordinate blinding for EC_POINT
Sohaib ul Hassan
2018-06-19
1
-0
/
+1
*
Move SM2 algos to SM2 specific PKEY method
Jack Lloyd
2018-06-19
1
-0
/
+6
*
Add EVP_PKEY_set_alias_type
Jack Lloyd
2018-06-19
2
-0
/
+2
*
Configure option 'no-deprecated' means '-DOPENSSL_API_COMPAT=0x10100000L'
Richard Levitte
2018-06-19
1
-3
/
+1
*
Fix error number clash
Matt Caswell
2018-06-18
1
-2
/
+2
*
add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.c
David von Oheimb
2018-06-18
2
-0
/
+3
*
New GOST identificators
Dmitry Belyavskiy
2018-06-08
1
-0
/
+77
*
Add function for setting the EVP_PKEY_ASN1_METHOD raw key getter functions
Matt Caswell
2018-06-08
1
-0
/
+8
*
Add support getting raw private/public keys
Matt Caswell
2018-06-08
2
-0
/
+8
*
Fix TLSv1.3 ticket nonces
Matt Caswell
2018-06-07
1
-1
/
+0
*
Make SM2 functions private
Jack Lloyd
2018-06-04
2
-181
/
+0
*
Add APIs for custom X509_LOOKUP_METHOD creation
Mingtao Yang
2018-05-30
2
-0
/
+76
*
Prepare for 1.1.1-pre8-dev
Matt Caswell
2018-05-29
1
-2
/
+2
*
Prepare for 1.1.1-pre7 release
OpenSSL_1_1_1-pre7
Matt Caswell
2018-05-29
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-05-29
1
-1
/
+1
*
ECDSA_SIG: restore doc comments which were deleted accidentally
Dr. Matthias St. Pierre
2018-05-28
1
-0
/
+2
*
ECDSA_SIG: add simple getters for commonly used struct members
Dr. Matthias St. Pierre
2018-05-28
1
-4
/
+12
*
RSA: add simple getters for commonly used struct members
Dr. Matthias St. Pierre
2018-05-28
1
-0
/
+8
[next]