index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fuzz
/
ct.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-16
test/run_tests.pl: In parallel runs, start those tests first that run longest
Dr. David von Oheimb
1
-33
/
+43
2020-07-16
x509_vfy.c: Improve key usage checks in internal_verify() of cert chains
Dr. David von Oheimb
4
-25
/
+54
2020-07-16
Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...
Dr. David von Oheimb
12
-19
/
+18
2020-07-16
Prepare for 3.0 alpha 6
Richard Levitte
3
-4
/
+4
2020-07-16
Prepare for release of 3.0 alpha 5
openssl-3.0.0-alpha5
Richard Levitte
3
-4
/
+4
2020-07-16
util/mktar.pl: Change 'VERSION' to 'VERSION.dat'
Richard Levitte
1
-1
/
+1
2020-07-16
Update copyright year
Richard Levitte
85
-85
/
+85
2020-07-16
DRBG: Fix the renamed functions after the EVP_MAC name reversal
Richard Levitte
1
-4
/
+4
2020-07-16
Revert "kdf: make function naming consistent."
Matt Caswell
26
-201
/
+200
2020-07-16
Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...
Matt Caswell
36
-233
/
+207
2020-07-16
Add latest changes and news in CHANGES.md and NEWS.md
Richard Levitte
2
-0
/
+16
2020-07-16
capabilities: make capability selection case insensitive.
Pauli
1
-1
/
+2
2020-07-16
libcrypto.num: engine deprecation updates
Pauli
1
-121
/
+121
2020-07-16
doc: remove unused engine tracing option
Pauli
1
-4
/
+0
2020-07-16
trace: condition out engine related tracing
Pauli
2
-2
/
+6
2020-07-16
Document that ENGINE_add_conf_module() was deprecated.
Pauli
1
-0
/
+4
2020-07-16
Document that exdata for ENGINES is deprecated.
Pauli
1
-0
/
+3
2020-07-16
Document that the ENGINE_[sg]_ex_data() calls are reprecated.
Pauli
1
-0
/
+5
2020-07-16
RAND: document that the ENGINE RAND override is deprecated.
Pauli
1
-1
/
+7
2020-07-16
ENGINESDIR: document that this configuration is deprecated.
Pauli
1
-1
/
+2
2020-07-16
doc: document that the engine initialisation options are deprecated.
Pauli
2
-9
/
+16
2020-07-16
deprecate engines in provider code
Pauli
1
-0
/
+3
2020-07-16
deprecate engines in libcrypto
Pauli
30
-0
/
+90
2020-07-16
apps: deprecate engines
Pauli
6
-0
/
+18
2020-07-16
deprecate engine from public header files
Pauli
1
-136
/
+153
2020-07-16
deprecate engine tests
Pauli
2
-0
/
+6
2020-07-16
deprecate engines in SSL
Pauli
4
-0
/
+12
2020-07-16
deprecate engines
Pauli
6
-2
/
+17
2020-07-16
Fix indentation for engine.h
Pauli
1
-93
/
+93
2020-07-16
doc: deprecate ENGINE documentation
Pauli
1
-0
/
+9
2020-07-16
apps: document the deprecation of the -engine option
Pauli
34
-23
/
+119
2020-07-16
engine: document the engine app as deprecated
Pauli
1
-0
/
+6
2020-07-16
apps/list: deprecate engine support
Pauli
2
-11
/
+35
2020-07-16
deprecate engines in 3.0
Pauli
1
-2
/
+1
2020-07-16
Add SSL_get[01]_peer_certificate()
Todd Short
14
-44
/
+57
2020-07-15
Configure: fix minor typo in apitable comment
Daniel Bevenius
1
-1
/
+1
2020-07-15
Add FIPS related configuration data to the default openssl application config...
Shane Lontis
3
-8
/
+61
2020-07-15
Make -provider_name and -section_name optional
Rich Salz
8
-28
/
+18
2020-07-15
Use defaults FIPSKEY if not given on command line
Rich Salz
1
-0
/
+1
2020-07-15
Add AES_CBC_CTS ciphers to providers
Shane Lontis
18
-16
/
+988
2020-07-15
Enable WinCE build without deceiving _MSC_VER.
aSoujyuTanaka
5
-5
/
+5
2020-07-15
To generate makefile with correct parameters for WinCE.
aSoujyuTanaka
2
-5
/
+5
2020-07-15
Disable optimiization of BN_num_bits_word() for VS2005 ARM compiler due to
aSoujyuTanaka
1
-0
/
+12
2020-07-15
Changed uintptr_t to size_t. WinCE6 doesn't seem it have the definition.
aSoujyuTanaka
1
-2
/
+2
2020-07-14
DRBG: rename the DRBG taxonomy.
Pauli
8
-212
/
+230
2020-07-14
Configurations: make Makefile tmpl files non-links
Daniel Bevenius
1
-5
/
+3
2020-07-12
[test] ectest: check custom generators
Billy Brumley
1
-0
/
+84
2020-07-12
Providerized libssl fallout: cleanup init
Benjamin Kaduk
1
-61
/
+0
2020-07-11
BN: Check endianness in run-time, in BN_native2bn() and BN_bn2nativepad()
Richard Levitte
1
-8
/
+9
2020-07-11
Add and use internal header that implements endianness check
Richard Levitte
14
-181
/
+96
[next]