index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.gitmodules
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2020-07-11
DOC: install documentation without execution permissions.
Richard Levitte
1
-8
/
+8
2020-07-10
ocsp.h: Fix backward compatibility decl for OCSP_parse_url() by including http.h
Dr. David von Oheimb
1
-0
/
+1
2020-07-09
Fix wrong fipsinstall key used in test
Shane Lontis
1
-1
/
+0
2020-07-09
Makefile template: fix incorrect treatment of produced document files
Richard Levitte
1
-8
/
+8
2020-07-09
Add multiple fixes for ffc key generation using invalid p,q,g parameters.
Shane Lontis
9
-9
/
+352
2020-07-08
Fix CID 1454808: Error handling issues NEGATIVE_RETURNS (PKCS7_dataDecode())
Shane Lontis
1
-2
/
+5
2020-07-08
Fix CID 1454806: NEGATIVE_RETURNS (cms_enc.c)
Shane Lontis
1
-1
/
+6
2020-07-08
Fix CID 1465213: Integer handling issues (evp_extra_test.c)
Shane Lontis
1
-4
/
+4
2020-07-08
Fix CID 1463883 Dereference after null check (in ess_find_cert_v2())
Shane Lontis
1
-1
/
+3
2020-07-08
Fix CID 1465214 Resource leak (in file_load.c)
Shane Lontis
1
-1
/
+3
2020-07-08
Fix CID 1465215 : Explicit null dereferenced (in test)
Shane Lontis
1
-0
/
+2
2020-07-08
Fix CID #1465216 Resource leak in property_fetch
Shane Lontis
1
-1
/
+1
2020-07-08
Ensure we excluse ec2m curves if ec2m is disabled
Matt Caswell
1
-0
/
+8
2020-07-08
Add a test to check having a provider loaded without a groups still works
Matt Caswell
1
-1
/
+4
2020-07-08
Fix an incorrect error flow in add_provider_groups
Matt Caswell
1
-1
/
+1
2020-07-08
Fix OSSL_PROVIDER_get_capabilities()
Matt Caswell
1
-1
/
+1
2020-07-07
Add support to zeroize plaintext in S3 record layer
Martin Elshuber
7
-1
/
+148
2020-07-06
[test][15-test_genec] Improve EC tests with genpkey
Nicola Tuveri
1
-14
/
+119
2020-07-06
[apps/genpkey] exit status should not be 0 on output errors
Nicola Tuveri
1
-2
/
+4
2020-07-06
[EC][ASN1] Detect missing OID when serializing EC parameters and keys
Nicola Tuveri
9
-4
/
+32
2020-07-06
improve SSL_CTX_set_tlsext_ticket_key_cb ref impl
Glenn Strauss
1
-7
/
+9
2020-07-06
Ensure TLS padding is added during encryption on the provider side
Matt Caswell
2
-6
/
+58
2020-07-06
Convert SSLv3 handling to use provider side CBC/MAC removal
Matt Caswell
4
-46
/
+97
2020-07-06
Ensure any allocated MAC is freed in the provider code
Matt Caswell
22
-4
/
+44
2020-07-06
Decreate the length after decryption for the stitched ciphers
Matt Caswell
4
-0
/
+21
2020-07-06
Ensure the sslcorrupttest checks all errors on the queue
Matt Caswell
1
-3
/
+11
2020-07-06
Ensure GCM "update" failures return 0 on error
Matt Caswell
1
-2
/
+2
2020-07-06
Ensure cipher_generic_initkey gets passed the actual provider ctx
Matt Caswell
1
-1
/
+2
2020-07-06
Make the NULL cipher TLS aware
Matt Caswell
1
-8
/
+75
2020-07-06
Change ChaCha20-Poly1305 to be consistent with out ciphers
Matt Caswell
2
-1
/
+2
2020-07-06
Make libssl start using the TLS provider CBC support
Matt Caswell
2
-50
/
+141
2020-07-06
Add provider support for TLS CBC padding and MAC removal
Matt Caswell
6
-20
/
+178
2020-07-06
Remove SSL dependencies from tls_pad.c
Matt Caswell
3
-77
/
+135
2020-07-06
Split the padding/mac removal functions out into a separate file
Matt Caswell
3
-270
/
+283
2020-07-06
Move MAC removal responsibility to the various protocol "enc" functions
Matt Caswell
9
-402
/
+377
[next]