index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bio
/
bss_file.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-13
Improve description of -trusted, -srvcert, -recipient, and -expect_sender CMP...
Dr. David von Oheimb
3
-70
/
+73
2020-06-13
Streamline the approach to set CMP message recipient and expected sender
Dr. David von Oheimb
3
-13
/
+16
2020-06-13
Fix too strict checks of ossl_cmp_calc_protection()
Dr. David von Oheimb
1
-4
/
+4
2020-06-13
Guard new header mac.h against C++isms.
Pauli
1
-0
/
+7
2020-06-13
Fix two additional instances of the old EVP_MAC_CTX_ functions being used.
Pauli
2
-2
/
+2
2020-06-12
Use the inherited 'bsd-gcc-shared' config on 32-bit x86 BSDs.
John Baldwin
2
-7
/
+0
2020-06-11
doc: Add a hint to man3/EVP_$hash that it is legacy
Sebastian Andrzej Siewior
5
-4
/
+13
2020-06-11
APPS: Use a second EVP_MD_CTX for EdDSA verify
Sebastian Andrzej Siewior
1
-4
/
+18
2020-06-11
APPS: Exclude legacy algorighms from speed
Sebastian Andrzej Siewior
1
-0
/
+9
2020-06-11
The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*
Pauli
36
-207
/
+226
2020-06-11
kdf: make function naming consistent.
Pauli
26
-200
/
+201
2020-06-10
Make it clear that you can't use all ciphers for CMAC
Matt Caswell
1
-1
/
+2
2020-06-10
Add a CMAC test
Matt Caswell
3
-0
/
+237
2020-06-10
Correctly handle the return value from EVP_Cipher() in the CMAC code
Matt Caswell
1
-3
/
+3
2020-06-10
Ensure we never use a partially initialised CMAC_CTX
Matt Caswell
1
-3
/
+9
2020-06-10
run_tests.pl: Add options for focussing output on failed (sub-)tests
Dr. David von Oheimb
2
-11
/
+50
2020-06-10
Make error output of dhparams and dsaparams app more consistent
Dr. David von Oheimb
2
-37
/
+19
2020-06-10
Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSA
Dr. David von Oheimb
8
-4
/
+19
2020-06-10
Silence gcc false positive warning on refdatalen in test/tls13encryptiontest.c
Dr. David von Oheimb
1
-1
/
+1
2020-06-10
Silence gcc false positive warning on alpn_protos_len in test/handshake_helper.c
Dr. David von Oheimb
1
-1
/
+2
2020-06-10
Update RSA keygen to use sp800-56b by default
Shane Lontis
8
-23
/
+93
2020-06-09
Add a test for renegotiation with EXTMS dropped
Tomas Mraz
5
-3
/
+66
2020-06-09
Do not allow dropping Extended Master Secret extension on renegotiaton
Tomas Mraz
3
-1
/
+22
2020-06-09
use safe primes in ssl_get_auto_dh()
Hubert Kario
1
-36
/
+38
2020-06-08
APPS: Fix 'openssl dhparam'
Richard Levitte
1
-6
/
+8
2020-06-08
APPS: Fix 'openssl dsaparam -genkey'
Richard Levitte
1
-43
/
+16
2020-06-08
EVP: Let EVP_PKEY_gen() initialize ctx->keygen_info
Richard Levitte
1
-0
/
+16
2020-06-08
TLSv1.3: additional checks in SSL_set_record_padding_callback
Vadim Fedorenko
3
-4
/
+19
2020-06-08
test: TLS1.3 and new ciphers for kTLS
Vadim Fedorenko
2
-104
/
+400
2020-06-08
TLSv13: add kTLS support
Vadim Fedorenko
2
-14
/
+72
2020-06-08
kTLS: add support for AES_CCM128 and AES_GCM256
Vadim Fedorenko
2
-29
/
+30
2020-06-08
kTLS: add Linux-specific kTLS helpers
Vadim Fedorenko
1
-0
/
+97
2020-06-08
kTLS: add new algo definitions
Vadim Fedorenko
1
-90
/
+89
2020-06-08
kTLS: make ktls_start type independed
Vadim Fedorenko
1
-9
/
+7
2020-06-08
fix doc typo in bn_dh.c
Hubert Kario
1
-1
/
+1
2020-06-08
Fix 90-test_store.t for latest config, limits, providers, and disabled algos
Dr. David von Oheimb
5
-104
/
+99
2020-06-08
Fix documentation of OSSL_STORE
Dr. David von Oheimb
2
-30
/
+30
2020-06-08
Fix mem leaks and allow missing pkey and/or cert in try_decode_PKCS12()
Dr. David von Oheimb
1
-31
/
+36
2020-06-08
Add chain to PKCS#12 test file generation in 90-test_store.t
Dr. David von Oheimb
1
-0
/
+1
2020-06-08
Fix code layout in crypto/store/loader_file.c satisfying check-format.pl -l
Dr. David von Oheimb
1
-9
/
+9
2020-06-06
TEST: Adjust test/bioprinttest.c to behave like the testutil routines
Richard Levitte
1
-2
/
+32
2020-06-06
TESTUTIL: Adjust the rest of testutil
Richard Levitte
2
-20
/
+18
2020-06-06
TESTUTIL: Separate TAP output and other output by BIO filter
Richard Levitte
5
-163
/
+87
2020-06-06
Consolidate doc of BIO_do_connect() and its alias BIO_do_handshake()
Dr. David von Oheimb
3
-10
/
+24
2020-06-06
APPS: Remove unnecessary NULL check of uri in load_cert_pass()
Richard Levitte
1
-4
/
+0
2020-06-06
APPS: Make it possible to load_cert() from stdin again
Richard Levitte
1
-1
/
+1
2020-06-06
Fix a typo in SSL_CTX_set_session_ticket_cb.pod
Benjamin Kaduk
1
-1
/
+1
2020-06-05
Don't downgrade keys in libssl
Matt Caswell
5
-131
/
+0
2020-06-05
When asked if an ECX key has parameters we should answer "true"
Matt Caswell
2
-3
/
+7
2020-06-05
Always create a key when importing
Matt Caswell
1
-7
/
+7
[prev]
[next]