index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor util/mknum.pl for clearer separation of functionality
Richard Levitte
2018-10-04
1
-1345
/
+111
*
Add code to manipulate the items in OpenSSL::Ordinals
Richard Levitte
2018-10-04
1
-35
/
+545
*
A perl module to parse through C headers
Richard Levitte
2018-10-04
1
-0
/
+1129
*
Move ZLIB from 'platforms' to 'features'
Richard Levitte
2018-10-03
3
-9
/
+8
*
Refactor util/mkdef.pl for clearer separation of functionality
Richard Levitte
2018-10-03
2
-1535
/
+1649
*
Add a perl module that deals with ordinals files
Richard Levitte
2018-10-03
1
-0
/
+436
*
Refactor linker script generation
Richard Levitte
2018-10-01
1
-3
/
+4
*
Small cleanup (util/mkdef.pl, crypto/bio/bss_log.c, include/openssl/ocsp.h)
Richard Levitte
2018-09-30
2
-11
/
+1
*
Document OPENSSL_VERSION_TEXT macro
Daniel Bevenius
2018-09-24
1
-0
/
+1
*
util/mkdef.pl, util/add-depends.pl: don't lowercase file names
Richard Levitte
2018-09-20
2
-4
/
+4
*
minor fixes for Windows
Viktor Szakats
2018-09-12
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-09-11
2
-2
/
+2
*
Support setting SM2 ID
Paul Yang
2018-09-07
1
-0
/
+3
*
Support pmeth->digest_custom
Paul Yang
2018-09-07
1
-0
/
+2
*
Introduce EVP_MD_CTX_set_pkey_ctx
Paul Yang
2018-09-07
1
-0
/
+1
*
Rename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_list
Richard Levitte
2018-09-03
1
-2
/
+2
*
add getter for tbsResponseData and signatureAlgorithm on OCSP_BASICRESP
Paul Kehrer
2018-09-03
1
-0
/
+2
*
Add support for SSL_CTX_set_post_handshake_auth()
Matt Caswell
2018-08-20
1
-0
/
+1
*
Change Post Handshake auth so that it is opt-in
Matt Caswell
2018-08-20
1
-1
/
+1
*
crypto/threads_*: remove CRYPTO_atomic_{read|write}.
Andy Polyakov
2018-08-17
1
-2
/
+0
*
Update code for the final RFC version of TLSv1.3 (RFC8446)
Matt Caswell
2018-08-15
3
-7
/
+3
*
Add a test for TLSv1.3 fallback
Matt Caswell
2018-08-09
1
-0
/
+2
*
Add a test for unencrypted alert
Matt Caswell
2018-08-08
3
-1
/
+69
*
Deprecate the EC curve type specific functions in 1.2.0
Matt Caswell
2018-07-31
1
-10
/
+10
*
Provide EC functions that are not curve type specific
Matt Caswell
2018-07-31
1
-0
/
+5
*
Add a test for mismatch between key OID and sig alg
Matt Caswell
2018-07-18
1
-3
/
+6
*
Windows: fix echo for nmake
Richard Levitte
2018-07-11
1
-0
/
+12
*
util/dofile.pl: require Text::Template 1.46 or newer
Richard Levitte
2018-07-10
1
-1
/
+1
*
Make 'with_fallback' use 'use' instead of 'require'
Richard Levitte
2018-07-10
1
-2
/
+4
*
Introduce the recv_max_early_data setting
Matt Caswell
2018-07-06
1
-0
/
+4
*
Document the new early data callback and option
Matt Caswell
2018-07-02
1
-0
/
+2
*
Add setters to set the early_data callback
Matt Caswell
2018-07-02
1
-0
/
+2
*
Modify the DEVRANDOM source so that the files are kept open persistently.
Pauli
2018-06-26
1
-0
/
+1
*
Configure,util/shlib_wrap.sh: harmonize -Wl and -rpath handling.
Andy Polyakov
2018-06-22
1
-2
/
+2
*
Use DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declaration
Nicola Tuveri
2018-06-21
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-06-20
1
-1
/
+1
*
Add EVP_PKEY_set_alias_type
Jack Lloyd
2018-06-19
1
-0
/
+1
*
Configurations/10-main.conf: replace -bexpall with explicit list on AIX.
Andy Polyakov
2018-06-13
1
-5
/
+11
*
util/ck_errf.pl: add functionality that brings it closer to util/mkerr.pl
Richard Levitte
2018-06-12
1
-10
/
+68
*
util/ck_errf.pl: add detection of unknown libcrypto and libssl libs
Richard Levitte
2018-06-11
1
-2
/
+21
*
export data_dir of Test.pm, which was forgotten in #5928
David von Oheimb
2018-06-11
1
-1
/
+1
*
VMS: have mkdef.pl parse lettered versions properly
Richard Levitte
2018-06-11
1
-1
/
+1
*
Add function for setting the EVP_PKEY_ASN1_METHOD raw key getter functions
Matt Caswell
2018-06-08
1
-0
/
+2
*
Add support getting raw private/public keys
Matt Caswell
2018-06-08
1
-0
/
+2
*
Remove non-existant functions from libcrypto.num
Matt Caswell
2018-06-04
1
-10
/
+0
*
Add APIs for custom X509_LOOKUP_METHOD creation
Mingtao Yang
2018-05-30
2
-0
/
+30
*
Update copyright year
Matt Caswell
2018-05-29
2
-3
/
+3
*
ECDSA_SIG: add simple getters for commonly used struct members
Dr. Matthias St. Pierre
2018-05-28
1
-0
/
+2
*
RSA: add simple getters for commonly used struct members
Dr. Matthias St. Pierre
2018-05-28
1
-0
/
+8
*
DSA: add simple getters for commonly used struct members
Dr. Matthias St. Pierre
2018-05-28
1
-0
/
+5
[next]