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
2017-08-22
Use "" not <> for internal/ includes
Rich Salz
21
-39
/
+39
2017-08-22
Fix the lack of isblank() with VMS C
Richard Levitte
1
-0
/
+12
2017-08-22
Add random serial# support.
Rich Salz
5
-29
/
+59
2017-08-22
Avoid a self-assignment.
Pauli
1
-2
/
+2
2017-08-22
Dead code elimination.
Pauli
1
-9
/
+0
2017-08-22
This has been added to avoid the situation where some host ctype.h functions
Pauli
34
-231
/
+559
2017-08-21
Fix ctype arguments.
Pauli
7
-9
/
+10
2017-08-21
Safely display SNI (just in case)
Rich Salz
1
-3
/
+11
2017-08-21
Document missing EVP_PKEY_method_* items
Paul Yang
2
-0
/
+377
2017-08-21
Check # of arguments for remaining commands.
Rich Salz
7
-23
/
+48
2017-08-21
Add PKEY_CTX setter tests for TLS1-PRF
Johannes Bauer
1
-0
/
+42
2017-08-21
More updates following review feedback
Matt Caswell
5
-29
/
+8
2017-08-21
Updates following feedback on OPENSSL_assert() removal
Matt Caswell
5
-14
/
+1
2017-08-21
Remove OPENSSL_assert() from crypto/x509v3
Matt Caswell
2
-41
/
+99
2017-08-21
Remove OPENSSL_assert() from crypto/x509
Matt Caswell
2
-5
/
+29
2017-08-21
Remove OPENSSL_assert() from crypto/threads_none.c
Matt Caswell
1
-3
/
+6
2017-08-21
Remove OPENSSL_assert() from crypto/pem
Matt Caswell
2
-10
/
+16
2017-08-21
Remove OPENSSL_assert() from crypto/kdf
Matt Caswell
1
-1
/
+2
2017-08-21
Remove OPENSSL_assert() from crypto/hmac
Matt Caswell
1
-1
/
+2
2017-08-21
Remove OPENSSL_assert() from crypto/ec
Matt Caswell
2
-2
/
+4
2017-08-21
Remove OPENSSL_assert() from conf_api.c
Matt Caswell
1
-1
/
+2
2017-08-21
Remove OPENSSL_assert() usage from crypto/bn
Matt Caswell
2
-6
/
+6
2017-08-21
Remove OPENSSL_assert() from various crypto/bio files
Matt Caswell
3
-14
/
+21
2017-08-21
Remove OPENSSL_assert() from crypto/asn1/bio_asn1.c
Matt Caswell
1
-1
/
+3
2017-08-21
Remove double error messages
Pauli
1
-11
/
+7
2017-08-19
Fix ui_write in apps/apps.c
Richard Levitte
1
-1
/
+1
2017-08-18
Put thread-fork-init inside a run-once guard
Rich Salz
1
-2
/
+11
2017-08-18
Reorder extensions to put SigAlgs last
Todd Short
4
-11
/
+16
2017-08-18
Addressed build failure because of missing #ifdef AF_UNIX guard
Balaji Marisetti
1
-0
/
+2
2017-08-18
Add a comment on expectations in the "tar" target
Richard Levitte
1
-0
/
+2
2017-08-18
Prepare tarball in dist directory
Richard Levitte
1
-6
/
+6
2017-08-18
Turn on error sensitivity in the "tar" target
Richard Levitte
1
-0
/
+1
2017-08-18
test/asn1_time_test.c: Better check of signed time_t
Richard Levitte
1
-2
/
+15
2017-08-18
err/err.c: improve readability.
Andy Polyakov
1
-6
/
+2
2017-08-18
err/err.c: fix "wraparound" bug in ERR_set_error_data.
Andy Polyakov
1
-2
/
+0
2017-08-18
Fix windows build after too aggressive e_os.h removal
Pauli
3
-0
/
+3
2017-08-18
Remove tests dependence on e_os.h
Pauli
58
-58
/
+74
2017-08-17
Clear outputs in PKCS12_parse error handling.
Bernd Edlinger
1
-8
/
+13
2017-08-17
When building a tarball, avoid trying to copy submodules
Richard Levitte
1
-1
/
+4
2017-08-16
Determine the number of output columns for the list and help commands using
Pauli
1
-15
/
+35
2017-08-16
Fix OCSP_basic_verify() cert chain construction in case bs->certs is NULL
David von Oheimb
4
-56
/
+147
2017-08-16
sha/asm/keccak1600-armv4.pl: optimize for Thumb-2.
Andy Polyakov
1
-144
/
+242
2017-08-16
Fix some documentation typos.
David Benjamin
1
-1
/
+1
2017-08-16
fix some typos
FdaSilvaYY
2
-18
/
+18
2017-08-16
Fix two MSVC warnings in apps.c
FdaSilvaYY
1
-0
/
+1
2017-08-16
[Win] Fix some test method signatures ...
FdaSilvaYY
18
-71
/
+71
2017-08-16
Copy dlls into fuzz directory
Matt Caswell
1
-0
/
+3
2017-08-16
bndiv fuzzer: limit the size of the input to avoid timeout
gbrl
1
-0
/
+7
2017-08-16
Fix coding style of EVP_PKEY_CTX_ctrl_uint64
Johannes Bauer
2
-2
/
+2
2017-08-15
Print pathnames for 'version -r'
Rich Salz
1
-3
/
+19
[next]