index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ppc_arch.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-02-14
Adapt i2d_PUBKEY for provider only keys
Richard Levitte
1
-11
/
+42
2020-02-14
Adapt i2d_PrivateKey for provider only keys
Richard Levitte
1
-0
/
+32
2020-02-14
Forgotten GOST2012 support in non-vital places
Nikolay Morozov
2
-0
/
+9
2020-02-13
dsatest: fix the non-deprecated version of the test run.
Pauli
1
-6
/
+3
2020-02-13
Apps: don't build deprecated DH and DSA apps.
Pauli
5
-6
/
+6
2020-02-13
Fix coverity issues
Shane Lontis
3
-12
/
+11
2020-02-13
x86_64: Always generate .note.gnu.property section for ELF outputs
H.J. Lu
1
-7
/
+14
2020-02-13
Fix a mem leak in libssl
Matt Caswell
1
-2
/
+12
2020-02-13
Add Asymmetric RSA cipher tests in FIPS provider
Matt Caswell
2
-2
/
+765
2020-02-13
Make the RSA ASYM_CIPHER implementation available inside the FIPS module
Matt Caswell
16
-40
/
+183
2020-02-13
Add assembly config targets for UEFI build
Christopher J Zurcher
1
-0
/
+10
2020-02-12
Fix no-ec build
Matt Caswell
2
-4
/
+7
2020-02-12
Add OSSL_SERIALIZER_PUBKEY_TO_DER_PQ and friends
Richard Levitte
2
-1
/
+5
2020-02-12
fix build for new HTTP client in case OPENSSL_NO_CMP or OPENSSL_NO_OCSP
Dr. David von Oheimb
4
-51
/
+59
2020-02-12
Remove unused ossl_param_bld_to_param_ex() function.
Pauli
4
-168
/
+3
2020-02-12
Remove unused OSSL_PARAM_construct_from_text() function.
Pauli
5
-51
/
+4
2020-02-11
Add NEWS entry about deprecation of command line public tools
Pauli
1
-0
/
+3
2020-02-11
dsa: deprecate applications that depend on the low level DSA functions.
Pauli
11
-68
/
+120
2020-02-11
app: add a deprecation warning to all deprecated commands.
Pauli
4
-181
/
+210
2020-02-11
test/recipes/80-test_ssl_old.t: Replace 'openssl gendsa'
Richard Levitte
1
-3
/
+3
2020-02-11
test_dsa: fix deprecation logic
Pauli
1
-2
/
+1
2020-02-11
test/recipes/15-test_dsa.t: Deal with deprecation of 'openssl dsa'
Richard Levitte
1
-13
/
+29
2020-02-11
Deprecate the low level DSA functions.
Pauli
37
-109
/
+360
2020-02-11
dsa.h: fix preprocessor indentation
Pauli
1
-53
/
+56
2020-02-11
DSA: fix the DSA parameter logic in test.
Pauli
1
-4
/
+7
2020-02-11
Add S390 support for provider based X25519/X448
Matt Caswell
4
-6
/
+48
2020-02-11
Add X25519/X448 Key Exchange to the default provider
Matt Caswell
8
-1
/
+262
2020-02-11
Implement Provider side Key Management for X25519 and X448
Matt Caswell
11
-31
/
+264
2020-02-11
Implement a stricter ECX_KEY type
Matt Caswell
10
-75
/
+160
2020-02-11
Check that ed25519 and ed448 are allowed by the security level
Kurt Roeckx
3
-50
/
+146
2020-02-11
Generate new Ed488 certificates
Kurt Roeckx
8
-21
/
+40
2020-02-11
Add a minimal build target for Travis and Appveyor
Bernd Edlinger
2
-2
/
+12
2020-02-11
X509_PUBKEY_set(): Fix memory leak
Richard Levitte
1
-0
/
+16
2020-02-10
Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.c
Dr. David von Oheimb
45
-1016
/
+2495
2020-02-10
add BIO_socket_wait(), BIO_wait(), and BIO_connect_retry() improving timeout ...
Dr. David von Oheimb
9
-3
/
+195
2020-02-10
PROV: Ensure the AlgorithmIdentifier registers in DSA signature impl
Richard Levitte
1
-0
/
+2
2020-02-10
Memory allocator code cleanup
Davide Galassi
5
-114
/
+118
2020-02-08
x86: Always generate .note.gnu.property section for ELF outputs
H.J. Lu
1
-0
/
+20
2020-02-08
Don't compile AESNI code if we're not AESNI capable
Matt Caswell
3
-13
/
+23
2020-02-08
Fix no-des
Matt Caswell
1
-0
/
+2
2020-02-08
Fix no-engine
Matt Caswell
1
-0
/
+4
2020-02-08
Fix no-dh
Matt Caswell
2
-7
/
+16
2020-02-08
Fix no-ec
Matt Caswell
2
-0
/
+4
2020-02-08
Use swapcontext for Intel CET
H.J. Lu
2
-1
/
+20
2020-02-07
Adapt all build.info and test recipes to the new $disabled{'deprecated-x.y'}
Richard Levitte
12
-25
/
+18
2020-02-07
Configure: Add easy to use disabled deprecated functionality indicators
Richard Levitte
1
-3
/
+11
2020-02-07
tests/drbgtest: use new RAND_DRBG callback_data API instead of ex_data
Dr. Matthias St. Pierre
2
-17
/
+18
2020-02-07
RAND_DRBG: add a callback data for entropy and nonce callbacks
Dr. Matthias St. Pierre
6
-3
/
+66
2020-02-07
Appveyor: update to Visual Studio 2017.
FdaSilvaYY
1
-3
/
+11
2020-02-07
KEYMGMT: Require both get_params and gettable_params, or none
Richard Levitte
4
-27
/
+198
[next]