index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
engines
/
e_dasync_err.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-15
Update copyright year
Matt Caswell
142
-142
/
+142
2020-05-15
If SOURCE_DATE_EPOCH is defined, use it for copyright year
Nicolas Vigier
1
-1
/
+1
2020-05-15
Correct alignment calculation in ssl3_setup_write
Matt Caswell
1
-1
/
+1
2020-05-15
Configure: Avoid SIXTY_FOUR_BIT for linux-mips64
Orgad Shaneh
1
-1
/
+1
2020-05-15
dev/release.sh: Add --reviewer to set reviewers
Richard Levitte
1
-0
/
+29
2020-05-15
Pass "-z defs" to the linker via "-Wl,-z,defs" rather than with gcc's -z
Thomas Dwyer III
1
-1
/
+1
2020-05-14
test/evp_extra_test.c: Add OPENSSL_NO_CMAC around CMAC test
Richard Levitte
1
-0
/
+4
2020-05-14
PROV: make some DER AID arrays non-static, to avoid clang complaints
Richard Levitte
1
-7
/
+20
2020-05-14
.travis.yml: never use -Werror, use --strict-warnings instead
Richard Levitte
1
-2
/
+2
2020-05-14
test/recipes/15-test_rsapss.t: Add test with unrestricted signature
Richard Levitte
1
-8
/
+26
2020-05-14
test/ssl-tests/20-cert-select.cnf.in: Re-enable RSA-PSS related tests
Richard Levitte
1
-4
/
+1
2020-05-14
test/evp_pkey_provided_test.c: Display first, compare after
Richard Levitte
1
-6
/
+7
2020-05-14
PROV & ASYM_CIPHER: Adapt the RSA asymmetric cipher code for PSS-parameters
Richard Levitte
1
-1
/
+10
2020-05-14
EVP: Refactor the RSA-PSS key generation controls for providers
Richard Levitte
4
-51
/
+89
2020-05-14
PROV & SIGNATURE: Adapt the RSA signature code for PSS-parameters
Richard Levitte
4
-51
/
+151
2020-05-14
EVP: For SIGNATURE operations, pass the propquery early
Richard Levitte
7
-29
/
+65
2020-05-14
PROV & SERIALIZER: Adapt the RSA serializers for PSS-parameters
Richard Levitte
6
-34
/
+183
2020-05-14
PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementation
Richard Levitte
6
-66
/
+204
2020-05-14
PROV: Refactor the RSA SIGNATURE implementation for better param control
Richard Levitte
1
-59
/
+121
2020-05-14
PROV: Refactor the RSA DER support
Richard Levitte
8
-28
/
+444
2020-05-14
DER writer: Add the possibility to abandon empty SEQUENCEs
Richard Levitte
1
-4
/
+33
2020-05-14
RSA: Add PSS-parameter processing in EVP_PKEY_ASN1_METHOD functions
Richard Levitte
2
-17
/
+115
2020-05-14
RSA: Add a less loaded PSS-parameter structure
Richard Levitte
6
-5
/
+343
2020-05-14
RSA: Add rsa_schemes.c, to store scheme data and translator functions
Richard Levitte
3
-1
/
+91
2020-05-14
RSA: Extract much of the rsa_pkey_export_to() code to a separate function
Richard Levitte
3
-57
/
+55
2020-05-14
RSA: Add RSA key types
Richard Levitte
2
-1
/
+33
2020-05-14
test/evp_extra_test.c: Add test for CMAC keygen with a NULL engine
Richard Levitte
1
-0
/
+22
2020-05-14
EVP: Only use the engine when one is defined, in pkey_mac_ctrl()
Richard Levitte
1
-7
/
+11
2020-05-14
Add documentation for ASN1_INTEGER_new() and ASN1_INTEGER_free()
Nikolay Morozov
2
-2
/
+44
2020-05-13
Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert()
Dr. David von Oheimb
14
-78
/
+83
2020-05-13
Add -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MSG_update_transactionID()
Dr. David von Oheimb
13
-133
/
+170
2020-05-13
Improve CMP documentation regarding use of untrusted certs
Dr. David von Oheimb
3
-6
/
+6
2020-05-13
Chunk 11 of CMP contribution to OpenSSL: CMP command-line interface
Dr. David von Oheimb
10
-5
/
+4655
2020-05-13
Preliminary fix of memory leak in try_decode_PKCS12() - full fix is in #11733
Dr. David von Oheimb
1
-0
/
+1
2020-05-13
Improve description of algorithm NIDs in doc/man3/OSSL_CMP_CTX_new.pod
Dr. David von Oheimb
1
-8
/
+8
2020-05-13
Reflect constifications of 62dcd2aa in doc/man3/OSSL_CRMF_MSG_get0_tmpl.pod
Dr. David von Oheimb
1
-5
/
+7
2020-05-13
OSSL_STORE: Make the 'file' scheme loader handle MSBLOB and PVK files
Richard Levitte
4
-21
/
+131
2020-05-13
OSSL_STORE: Better information when prompting for pass phrases
Richard Levitte
1
-39
/
+48
2020-05-13
OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIO
Richard Levitte
13
-114
/
+210
2020-05-13
PROV: Adapt all our providers to use the new PROV_CTX structure
Richard Levitte
5
-21
/
+63
2020-05-13
PROV: Add a proper provider context structure for OpenSSL providers
Richard Levitte
2
-1
/
+65
2020-05-13
Remove explicit dependency on configdata.pm when processing .in files
Richard Levitte
2
-2
/
+0
2020-05-13
Fix FreeBSD build with --strict-warnings
Benjamin Kaduk
1
-0
/
+1
2020-05-13
Fix rsa8192.pem
Bernd Edlinger
1
-3
/
+1
2020-05-12
Replace misleading error message when loading PEM
Tomas Mraz
1
-1
/
+1
2020-05-12
CORE: Attach the provider context to the provider late
Richard Levitte
1
-1
/
+3
2020-05-12
Fix some misunderstandings in our providers' main modules
Richard Levitte
4
-45
/
+76
2020-05-12
CORE: Fix the signature of OSSL_provider_query_operation_fn
Richard Levitte
1
-1
/
+1
2020-05-12
Fix d2i_PrivateKey_ex() to work as documented
Richard Levitte
1
-0
/
+2
2020-05-11
Fix CHANGES.md issues reported by markdownlint
Richard Levitte
1
-1
/
+1
[next]