index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix indentation for engine.h
Pauli
2020-07-16
1
-93
/
+93
*
doc: deprecate ENGINE documentation
Pauli
2020-07-16
1
-0
/
+9
*
apps: document the deprecation of the -engine option
Pauli
2020-07-16
34
-23
/
+119
*
engine: document the engine app as deprecated
Pauli
2020-07-16
1
-0
/
+6
*
apps/list: deprecate engine support
Pauli
2020-07-16
2
-11
/
+35
*
deprecate engines in 3.0
Pauli
2020-07-16
1
-2
/
+1
*
Add SSL_get[01]_peer_certificate()
Todd Short
2020-07-16
14
-44
/
+57
*
Configure: fix minor typo in apitable comment
Daniel Bevenius
2020-07-15
1
-1
/
+1
*
Add FIPS related configuration data to the default openssl application config...
Shane Lontis
2020-07-15
3
-8
/
+61
*
Make -provider_name and -section_name optional
Rich Salz
2020-07-15
8
-28
/
+18
*
Use defaults FIPSKEY if not given on command line
Rich Salz
2020-07-15
1
-0
/
+1
*
Add AES_CBC_CTS ciphers to providers
Shane Lontis
2020-07-15
18
-16
/
+988
*
Enable WinCE build without deceiving _MSC_VER.
aSoujyuTanaka
2020-07-15
5
-5
/
+5
*
To generate makefile with correct parameters for WinCE.
aSoujyuTanaka
2020-07-15
2
-5
/
+5
*
Disable optimiization of BN_num_bits_word() for VS2005 ARM compiler due to
aSoujyuTanaka
2020-07-15
1
-0
/
+12
*
Changed uintptr_t to size_t. WinCE6 doesn't seem it have the definition.
aSoujyuTanaka
2020-07-15
1
-2
/
+2
*
DRBG: rename the DRBG taxonomy.
Pauli
2020-07-14
8
-212
/
+230
*
Configurations: make Makefile tmpl files non-links
Daniel Bevenius
2020-07-14
1
-5
/
+3
*
[test] ectest: check custom generators
Billy Brumley
2020-07-12
1
-0
/
+84
*
Providerized libssl fallout: cleanup init
Benjamin Kaduk
2020-07-12
1
-61
/
+0
*
BN: Check endianness in run-time, in BN_native2bn() and BN_bn2nativepad()
Richard Levitte
2020-07-11
1
-8
/
+9
*
Add and use internal header that implements endianness check
Richard Levitte
2020-07-11
14
-181
/
+96
*
DOC: install documentation without execution permissions.
Richard Levitte
2020-07-11
1
-8
/
+8
*
ocsp.h: Fix backward compatibility decl for OCSP_parse_url() by including http.h
Dr. David von Oheimb
2020-07-10
1
-0
/
+1
*
Fix wrong fipsinstall key used in test
Shane Lontis
2020-07-09
1
-1
/
+0
*
Makefile template: fix incorrect treatment of produced document files
Richard Levitte
2020-07-09
1
-8
/
+8
*
Add multiple fixes for ffc key generation using invalid p,q,g parameters.
Shane Lontis
2020-07-09
9
-9
/
+352
*
Fix CID 1454808: Error handling issues NEGATIVE_RETURNS (PKCS7_dataDecode())
Shane Lontis
2020-07-08
1
-2
/
+5
*
Fix CID 1454806: NEGATIVE_RETURNS (cms_enc.c)
Shane Lontis
2020-07-08
1
-1
/
+6
*
Fix CID 1465213: Integer handling issues (evp_extra_test.c)
Shane Lontis
2020-07-08
1
-4
/
+4
*
Fix CID 1463883 Dereference after null check (in ess_find_cert_v2())
Shane Lontis
2020-07-08
1
-1
/
+3
*
Fix CID 1465214 Resource leak (in file_load.c)
Shane Lontis
2020-07-08
1
-1
/
+3
*
Fix CID 1465215 : Explicit null dereferenced (in test)
Shane Lontis
2020-07-08
1
-0
/
+2
*
Fix CID #1465216 Resource leak in property_fetch
Shane Lontis
2020-07-08
1
-1
/
+1
*
Ensure we excluse ec2m curves if ec2m is disabled
Matt Caswell
2020-07-08
1
-0
/
+8
*
Add a test to check having a provider loaded without a groups still works
Matt Caswell
2020-07-08
1
-1
/
+4
*
Fix an incorrect error flow in add_provider_groups
Matt Caswell
2020-07-08
1
-1
/
+1
*
Fix OSSL_PROVIDER_get_capabilities()
Matt Caswell
2020-07-08
1
-1
/
+1
*
Add support to zeroize plaintext in S3 record layer
Martin Elshuber
2020-07-07
7
-1
/
+148
*
[test][15-test_genec] Improve EC tests with genpkey
Nicola Tuveri
2020-07-06
1
-14
/
+119
*
[apps/genpkey] exit status should not be 0 on output errors
Nicola Tuveri
2020-07-06
1
-2
/
+4
*
[EC][ASN1] Detect missing OID when serializing EC parameters and keys
Nicola Tuveri
2020-07-06
9
-4
/
+32
*
improve SSL_CTX_set_tlsext_ticket_key_cb ref impl
Glenn Strauss
2020-07-06
1
-7
/
+9
*
Ensure TLS padding is added during encryption on the provider side
Matt Caswell
2020-07-06
2
-6
/
+58
*
Convert SSLv3 handling to use provider side CBC/MAC removal
Matt Caswell
2020-07-06
4
-46
/
+97
*
Ensure any allocated MAC is freed in the provider code
Matt Caswell
2020-07-06
22
-4
/
+44
*
Decreate the length after decryption for the stitched ciphers
Matt Caswell
2020-07-06
4
-0
/
+21
*
Ensure the sslcorrupttest checks all errors on the queue
Matt Caswell
2020-07-06
1
-3
/
+11
*
Ensure GCM "update" failures return 0 on error
Matt Caswell
2020-07-06
1
-2
/
+2
*
Ensure cipher_generic_initkey gets passed the actual provider ctx
Matt Caswell
2020-07-06
1
-1
/
+2
[next]