index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-02-12
sha/asm/sha512-armv8.pl: add hardware-assisted SHA512 subroutine.
Andy Polyakov
1
-3
/
+127
2018-02-12
crypto/armcap.c: detect hardware-assisted SHA512 support.
Andy Polyakov
3
-0
/
+24
2018-02-12
The function ssl_get_min_max_version() can fail
Matt Caswell
4
-6
/
+17
2018-02-12
Don't overestimate the ticket age
Matt Caswell
1
-0
/
+10
2018-02-11
Fix include in manpage of X509_check_host
Daniƫl van Eeden
1
-1
/
+1
2018-02-10
Copy name string in BIO_meth_new
Rich Salz
5
-6
/
+15
2018-02-10
Avoid leaking peername data via accept BIOs
Viktor Dukhovni
1
-0
/
+5
2018-02-09
Swap the check in ssl3_write_pending to avoid using
Bernd Edlinger
1
-2
/
+2
2018-02-09
Fixes for no-tls1_2 and no-tls1_2-method
Matt Caswell
9
-61
/
+101
2018-02-09
Run "make update"
Nick Mathewson
1
-1
/
+1
2018-02-09
In err_all.c, include the *err.h headers.
Nick Mathewson
1
-26
/
+27
2018-02-09
Improve #include structure of pem{,2}.h
Nick Mathewson
2
-7
/
+3
2018-02-09
Remove redundant declarations of ERR_load_*_strings()
Nick Mathewson
25
-33
/
+0
2018-02-09
Don't calculate the Finished MAC twice
Matt Caswell
4
-40
/
+27
2018-02-09
Configuration: move the handling of zlib_include to config files
Richard Levitte
5
-24
/
+26
2018-02-09
Turn off printf format checking for BIO_printf et al on Mac OS/X
Richard Levitte
1
-1
/
+2
2018-02-09
Small simplification in mkerr.pl
FdaSilvaYY
32
-143
/
+51
2018-02-09
VMS: take care of includes
Richard Levitte
1
-10
/
+33
2018-02-09
Fix glibc version detection.
Pauli
1
-5
/
+34
2018-02-09
Fix check of cpuid_asm_src config attribute
Richard Levitte
1
-1
/
+1
2018-02-09
Revert ".travis.yml: remove osx from build matrix."
Richard Levitte
1
-0
/
+1
2018-02-09
CRYPTO_THREAD_run_once.pod: fix typo and punktuation
Dr. Matthias St. Pierre
1
-3
/
+3
2018-02-08
Fix no-chacha and no-poly1305
Matt Caswell
2
-1
/
+5
2018-02-08
util/mkdef.pl: use better array in search of 'DEPRECATEDIN_'
Richard Levitte
1
-1
/
+1
2018-02-08
With nmake, invoking $(MAKE) needs /$(MAKEFLAGS)
Richard Levitte
1
-1
/
+1
2018-02-07
Don't run tls13encryptiontest on a shared Windows build
Matt Caswell
1
-0
/
+3
2018-02-07
Fix some undefined behaviour in ossltest engine
Matt Caswell
1
-5
/
+11
2018-02-07
Fix clienthellotest with TLSv1.3
Matt Caswell
1
-0
/
+9
2018-02-07
Enable TLSv1.3 by default
Matt Caswell
10
-458
/
+2266
2018-02-07
Revert "Modify test/afalgtest to fail if the afalg engine couldn't be loaded"
Richard Levitte
1
-5
/
+5
2018-02-07
make update ERROR_REBUILD=-rebuild
Richard Levitte
10
-819
/
+869
2018-02-07
mkerr.pl: When writing internal FOOerr.h, pay attention to disablable modules
Richard Levitte
2
-10
/
+30
2018-02-07
Make all private functions in e_afalg.c static
Richard Levitte
1
-5
/
+5
2018-02-07
test/recipes/30-test_afalg.t: set OPENSSL_ENGINES correctly
Richard Levitte
1
-1
/
+1
2018-02-07
Modify test/afalgtest to fail if the afalg engine couldn't be loaded
Richard Levitte
1
-5
/
+5
2018-02-07
Fix glibc specific conditional for Mac OS/X
Pauli
1
-1
/
+2
2018-02-07
Unify timer code
Pauli
1
-21
/
+71
2018-02-07
Make OPENSSL_rdtsc universally available.
Pauli
2
-4
/
+10
2018-02-07
Make the OPENSSL_CPUID_OBJ define internal.
Pauli
2
-3
/
+3
2018-02-06
Code cleanup: remove benchmark code from internal tests
Richard Levitte
3
-183
/
+0
2018-02-06
Remove unused file
Rich Salz
1
-38
/
+0
2018-02-06
crypto/evp/e_aes.c: add comments to s390x aes gcm implementation
Patrick Steuer
1
-2
/
+32
2018-02-06
s390x assembly pack: add KMAC code path for aes-ccm
Patrick Steuer
3
-10
/
+549
2018-02-06
util/mkdef.pl: Trust configdata.pm
Richard Levitte
1
-71
/
+13
2018-02-05
Use RAND_DRBG_bytes() for RAND_bytes() and RAND_priv_bytes()
Dr. Matthias St. Pierre
2
-15
/
+5
2018-02-05
Fix size limitation of RAND_DRBG_bytes()
Dr. Matthias St. Pierre
1
-1
/
+13
2018-02-05
drbg_bytes: remove check for DRBG_UNINITIALIZED state
Dr. Matthias St. Pierre
1
-3
/
+0
2018-02-05
Add MiddleboxCompat option to SSL_CONF_cmd man page
Matt Caswell
1
-0
/
+6
2018-02-03
Make sure that exporting keying material is allowed
Tatsuhiro Tsujikawa
4
-1
/
+17
2018-02-03
Remove generation of exporter master secret on client application traffic
Tatsuhiro Tsujikawa
1
-10
/
+0
[next]