index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2020-06-16
EVP: allow empty strings to EVP_Decode* functions
Richard Levitte
1
-1
/
+1
2020-06-14
Fix logic error for building x86 CAST assembly
Benjamin Kaduk
1
-1
/
+1
2020-06-14
Fix nits detected by make cmd-nits
Nicola Tuveri
2
-2
/
+2
2020-06-13
Update and extend NOTES.WIN, adding 'Quick start' subsection
Dr. David von Oheimb
2
-79
/
+120
2020-06-13
Chunk 12 of CMP contribution to OpenSSL: CLI-based high-level tests
Dr. David von Oheimb
28
-0
/
+7359
2020-06-13
Remove extra newline from CMP mock server error and add TODO on using request...
Dr. David von Oheimb
2
-1
/
+2
2020-06-13
Move part of OSSL_CMP_validate_msg() to ossl_cmp_msg_check_update()
Dr. David von Oheimb
7
-90
/
+105
2020-06-13
Bug fix in ossl_cmp_hdr_init(): sould not remember recipient as expected sender
Dr. David von Oheimb
1
-4
/
+0
2020-06-13
Bug fix in ossl_cmp_certRep_new(): must allocate empty extraCerts stack
Dr. David von Oheimb
1
-2
/
+6
2020-06-13
Improve description of CMP untrusted certs and msg 'sender' field
Dr. David von Oheimb
3
-39
/
+37
2020-06-13
Make CMP server use same protection for response as for request
Dr. David von Oheimb
6
-31
/
+45
2020-06-13
Fill in transactionID on any error in OSSL_CMP_SRV_process_request()
Dr. David von Oheimb
1
-6
/
+10
2020-06-13
Improve ossl_cmp_msg_check_received() and rename to ossl_cmp_msg_check_update()
Dr. David von Oheimb
8
-102
/
+98
2020-06-13
Improve cert checking diagnostics of OSSL_CMP_validate_msg()
Dr. David von Oheimb
1
-26
/
+45
2020-06-13
Remove misleading diagnostics on pinned sender cert in OSSL_CMP_validate_msg()
Dr. David von Oheimb
1
-3
/
+0
2020-06-13
Correct error reason of verify_signature() in cmp_vfy.c
Dr. David von Oheimb
4
-1
/
+6
2020-06-13
Extend error output of apps/opt_format() to all error cases
Dr. David von Oheimb
1
-0
/
+2
2020-06-13
Remove meanwhile redundant error output of apps/opt_next(void) parsing numbers
Dr. David von Oheimb
1
-18
/
+7
2020-06-13
Fix use of -no-proxy option of CMP app
Dr. David von Oheimb
1
-0
/
+2
2020-06-13
Add request URL path checking and status responses to HTTP server
Dr. David von Oheimb
5
-48
/
+139
2020-06-13
Allow subject of CMP -oldcert as sender unless protection cert is given
Dr. David von Oheimb
3
-7
/
+10
2020-06-13
Correct error output of parse_name() in apps/lib/apps.c and apps/cmp.c
Dr. David von Oheimb
2
-7
/
+8
2020-06-13
Check expected sender not only for signature-protected CMP messages
Dr. David von Oheimb
3
-23
/
+21
[next]