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
/
apps
Commit message (
Expand
)
Author
Age
Files
Lines
*
Multiple -trusted/-untrusted/-CRLfile options in verify
Viktor Dukhovni
2016-01-20
1
-22
/
+16
*
Refactor apps load_certs/load_crls to work incrementally
Viktor Dukhovni
2016-01-20
10
-64
/
+45
*
Remove update tags
Rich Salz
2016-01-20
1
-3
/
+1
*
Consolidate "make update"
Rich Salz
2016-01-20
1
-1
/
+1
*
make EVP_PKEY opaque
Dr. Stephen Henson
2016-01-20
2
-5
/
+5
*
Support disabling any or all TLS or DTLS versions
Viktor Dukhovni
2016-01-19
4
-45
/
+110
*
Use POSIX functions on Cygwin, not Win32 function
Corinna Vinschen
2016-01-18
1
-9
/
+1
*
Remove some old makefile targets
Rich Salz
2016-01-17
1
-12
/
+0
*
Add a no-egd option to disable EGD-related code
Benjamin Kaduk
2016-01-14
1
-0
/
+6
*
RT4232: Extra space in help message.
Rich Salz
2016-01-14
2
-14
/
+1
*
VMS open() doesn't take O_BINARY, but takes a context description
Richard Levitte
2016-01-14
1
-1
/
+11
*
Rename binmode into textmode and use it correctly
Richard Levitte
2016-01-14
1
-4
/
+4
*
To avoid possible time_t overflow use X509_time_adj_ex()
Dr. Stephen Henson
2016-01-14
2
-3
/
+2
*
Fix verify(1) to report failure when verification fails
Viktor Dukhovni
2016-01-13
7
-103
/
+113
*
For stro[ui]max require both C99 and UINTMAX_MAX/INTMAX_MAX
Viktor Dukhovni
2016-01-13
2
-3
/
+6
*
For stroimax need C99 inttypes.h
Viktor Dukhovni
2016-01-13
2
-3
/
+3
*
Don't return from main(), use EXIT() instead
Richard Levitte
2016-01-13
1
-1
/
+1
*
VMS will downcase all command parameters unless they're quoted
Richard Levitte
2016-01-13
1
-1
/
+1
*
Maximize time_t when intmax_t is available
Viktor Dukhovni
2016-01-12
2
-12
/
+103
*
Move Makefiles to Makefile.in
Rich Salz
2016-01-12
2
-1108
/
+154
*
Adapt all EVP_CIPHER users for it becoming opaque
Richard Levitte
2016-01-12
2
-7
/
+7
*
Adapt all EVP_CIPHER_CTX users for it becoming opaque
Richard Levitte
2016-01-12
1
-21
/
+19
*
RT4227: Range-check in apps.
Rich Salz
2016-01-12
5
-79
/
+67
*
Yet another make update.
Rich Salz
2016-01-11
1
-516
/
+647
*
Use ossl_inline and DEFINE_LHASH_OF
Dr. Stephen Henson
2016-01-11
2
-2
/
+2
*
Add lh_new() inlining
Dr. Stephen Henson
2016-01-11
1
-5
/
+1
*
Inline LHASH_OF
Dr. Stephen Henson
2016-01-11
3
-1
/
+4
*
Fix NSS format session output
Matt Caswell
2016-01-11
1
-2
/
+3
*
Enable/disable crypto-mdebug just like other features
Viktor Dukhovni
2016-01-11
1
-1
/
+1
*
Another portability fix.
Rich Salz
2016-01-08
1
-1
/
+1
*
Portability fix for apps/s_client.c
Rich Salz
2016-01-08
1
-13
/
+16
*
DANE s_client support
Viktor Dukhovni
2016-01-07
1
-2
/
+222
*
mem functions cleanup
Rich Salz
2016-01-07
1
-10
/
+4
*
Fix declarations and constification for inline stack.
Dr. Stephen Henson
2016-01-07
1
-2
/
+2
*
Remove more (rest?) of FIPS build stuff.
Rich Salz
2016-01-06
4
-41
/
+8
*
Fix X509_STORE_CTX_cleanup()
Viktor Dukhovni
2016-01-03
1
-26
/
+16
*
Cleanup of verify(1) failure output
Viktor Dukhovni
2016-01-03
1
-24
/
+27
*
Update to SHA256 for TSA signing digest.
Rich Salz
2015-12-30
1
-1
/
+1
*
Fix faulty check in the VMS version of opt_progname
Richard Levitte
2015-12-30
1
-1
/
+1
*
Fix some missing or faulty header file inclusions
Richard Levitte
2015-12-30
1
-0
/
+2
*
Refactor DTLS cookie generation and verification
Richard Levitte
2015-12-23
1
-66
/
+11
*
Add ssl configuration support to s_server and s_client
Dr. Stephen Henson
2015-12-22
3
-2
/
+31
*
Fix no-dgram.
Ben Laurie
2015-12-16
1
-2
/
+3
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
14
-67
/
+50
*
Fix s_server problem with no-ec
Matt Caswell
2015-12-15
4
-28
/
+7
*
Fix no-psk compile failure
Matt Caswell
2015-12-15
1
-0
/
+2
*
New function X509_get0_pubkey
Dr. Stephen Henson
2015-12-14
5
-16
/
+8
*
Fix option value parsing in crl2pkcs7 -certfile
Viktor Dukhovni
2015-12-13
1
-1
/
+1
*
Avoid erroneous "assert(private)" failures.
Viktor Dukhovni
2015-12-13
4
-13
/
+26
*
Use OPENSSL_NO_DTLS instead of OPENSSL_NO_DTLS1
Kurt Roeckx
2015-12-12
3
-19
/
+13
[next]