index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dev
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-22
Speed-up for tests in 81-test_cmp_cli_data/test_connection.csv
Dr. David von Oheimb
1
-7
/
+4
2020-06-22
Disable tests in cmp_vfy_test.c that make no sense if FUZZING_BUILD_MODE_UNSA...
Dr. David von Oheimb
1
-1
/
+20
2020-06-22
81-test_cmp_cli.t: Disable CLI-based tests in case fuzzing is enabled
Dr. David von Oheimb
1
-2
/
+4
2020-06-22
81-test_cmp_cli.t: Do connections to 127.0.0.1 (e.g., Mock server) without proxy
Dr. David von Oheimb
1
-4
/
+14
2020-06-22
Fix CMP -days option range checking and test failing with enable-ubsan
Dr. David von Oheimb
12
-56
/
+66
2020-06-22
Add documentation of OSSL_CRMF_CERTID_dup()
Dr. David von Oheimb
1
-0
/
+1
2020-06-22
Print CPUINFO also for s390 processors
Patrick Steuer
1
-1
/
+43
2020-06-21
[doc/man3] finish EC_GROUP_get_field_type documentation
Billy Brumley
1
-7
/
+10
2020-06-21
Flag RSA secret BNs as consttime on keygen and checks
Nicola Tuveri
4
-10
/
+72
2020-06-21
Fix one typo in a comment.
FdaSilvaYY
1
-2
/
+2
2020-06-21
Fix `no-ts` builds.
FdaSilvaYY
1
-1
/
+2
2020-06-21
namemap: change ossl_namemap_empty() to do what the documentation says.
Pauli
2
-10
/
+42
2020-06-20
Allow oversized buffers for provider cipher IV fetch
Benjamin Kaduk
3
-3
/
+3
2020-06-20
Set cipher IV as octet string and pointer from providers
Benjamin Kaduk
4
-4
/
+8
2020-06-20
Build: Remove faulty DES assembler spec
Richard Levitte
1
-1
/
+0
2020-06-20
doc: Document OSSL_PARAM_modified and OSSL_PARAM_set_all_unmodified.
Pauli
1
-1
/
+2
2020-06-19
Return the cookie_len value from generate_cookie_callback
Matt Caswell
1
-2
/
+5
2020-06-19
Fix the DTLS1_COOKIE_LENGTH value
Matt Caswell
2
-6
/
+3
2020-06-19
Add evp_extra_test2 to .gitignore
Matt Caswell
1
-0
/
+1
2020-06-19
Add a test for d2i_AutoPrivateKey_ex with a non-default libctx
Matt Caswell
3
-3
/
+247
2020-06-19
Ensure creating an EC public key uses the libctx
Matt Caswell
2
-16
/
+30
2020-06-19
Add more complete support for libctx/propq in the EC code
Matt Caswell
17
-110
/
+158
2020-06-19
Create defines for TLS Group Ids
Matt Caswell
3
-70
/
+124
2020-06-19
Don't send supported groups if no-ec and we're doing DTLS
Matt Caswell
1
-1
/
+1
2020-06-19
Provider a better error message if we fail to copy parameters
Matt Caswell
5
-3
/
+7
2020-06-19
Make sure we save the copy function when registering a new Keymgmt
Matt Caswell
1
-0
/
+4
2020-06-19
Write a test provider to test the TLS-GROUPS capability
Matt Caswell
3
-1
/
+523
2020-06-19
Update the various SSL group getting and setting functions
Matt Caswell
5
-56
/
+96
2020-06-19
Add some missing OSSL_PKEY_PARAM_GROUP_NAME documentation
Matt Caswell
2
-1
/
+7
2020-06-19
Add documentation about Capabilities
Matt Caswell
2
-4
/
+96
2020-06-19
Make EVP_PKEY_CTX_[get|set]_group_name work for ECX too
Matt Caswell
1
-3
/
+82
2020-06-19
Make EVP_PKEY_CTX_[get|set]_group_name work for DH too
Matt Caswell
11
-21
/
+49
2020-06-19
Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more generic
Matt Caswell
18
-91
/
+92
2020-06-19
Modify libssl to discover supported groups based on available providers
Matt Caswell
10
-188
/
+352
2020-06-19
Add the OSSL_PROVIDER_get_capabilities() API function
Matt Caswell
6
-2
/
+47
2020-06-19
Add the concept of "Capabilities" to the default and fips providers
Matt Caswell
7
-5
/
+200
2020-06-19
Add missing section on asymmetric ciphers
Benny Baumann
1
-0
/
+8
2020-06-19
Remove whitespace from 'white space'
haykam821
12
-16
/
+16
2020-06-18
Configure DEPs for FIPS provider on AIX.
Matthias Kraft
3
-2
/
+4
2020-06-18
DOC: Spelling fixes
Sebastian Andrzej Siewior
6
-8
/
+8
2020-06-18
Fix segfault in openssl app called with no args.
Shane Lontis
2
-2
/
+32
2020-06-17
coverity 1464213: API usage errors (PRINTF_ARGS)
Pauli
1
-1
/
+1
2020-06-17
coverity 1464212, 1464214 & 1464215: Resource leaks
Pauli
1
-0
/
+3
2020-06-17
Add ACVP fips module tests
Shane Lontis
39
-507
/
+4236
2020-06-17
Update gost-engine submodule to match EVP_MAC renaming
Dmitry Belyavskiy
1
-0
/
+0
2020-06-16
Refactor BN_R_NO_INVERSE logic in internal functions
Nicola Tuveri
4
-187
/
+201
2020-06-16
Improve BIO_socket_wait(), BIO_wait(), BIO_connect_retry(), and their docs
Dr. David von Oheimb
8
-72
/
+103
2020-06-16
Add OPENSSL_strdup failure check to cpt_ctrl() in bss_acpt.c
Dr. David von Oheimb
1
-2
/
+4
2020-06-16
Fix err checking and mem leaks of BIO_set_conn_port and BIO_set_conn_address
Dr. David von Oheimb
1
-7
/
+18
2020-06-16
CMS_get0_signers() description
olszomal
1
-1
/
+1
[next]