index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2020-05-15
80
-80
/
+80
*
EVP: Refactor the RSA-PSS key generation controls for providers
Richard Levitte
2020-05-14
2
-43
/
+82
*
PROV & SIGNATURE: Adapt the RSA signature code for PSS-parameters
Richard Levitte
2020-05-14
1
-0
/
+3
*
EVP: For SIGNATURE operations, pass the propquery early
Richard Levitte
2020-05-14
2
-4
/
+8
*
PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementation
Richard Levitte
2020-05-14
1
-0
/
+5
*
DER writer: Add the possibility to abandon empty SEQUENCEs
Richard Levitte
2020-05-14
1
-4
/
+33
*
RSA: Add PSS-parameter processing in EVP_PKEY_ASN1_METHOD functions
Richard Levitte
2020-05-14
1
-16
/
+114
*
RSA: Add a less loaded PSS-parameter structure
Richard Levitte
2020-05-14
4
-2
/
+300
*
RSA: Add rsa_schemes.c, to store scheme data and translator functions
Richard Levitte
2020-05-14
2
-1
/
+87
*
RSA: Extract much of the rsa_pkey_export_to() code to a separate function
Richard Levitte
2020-05-14
2
-57
/
+53
*
RSA: Add RSA key types
Richard Levitte
2020-05-14
1
-1
/
+15
*
EVP: Only use the engine when one is defined, in pkey_mac_ctrl()
Richard Levitte
2020-05-14
1
-7
/
+11
*
Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert()
Dr. David von Oheimb
2020-05-13
5
-17
/
+17
*
Add -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MSG_update_transactionID()
Dr. David von Oheimb
2020-05-13
7
-98
/
+114
*
Preliminary fix of memory leak in try_decode_PKCS12() - full fix is in #11733
Dr. David von Oheimb
2020-05-13
1
-0
/
+1
*
OSSL_STORE: Make the 'file' scheme loader handle MSBLOB and PVK files
Richard Levitte
2020-05-13
4
-21
/
+131
*
OSSL_STORE: Better information when prompting for pass phrases
Richard Levitte
2020-05-13
1
-39
/
+48
*
OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIO
Richard Levitte
2020-05-13
7
-105
/
+106
*
PROV: Adapt all our providers to use the new PROV_CTX structure
Richard Levitte
2020-05-13
1
-0
/
+1
*
Remove explicit dependency on configdata.pm when processing .in files
Richard Levitte
2020-05-13
1
-1
/
+0
*
Replace misleading error message when loading PEM
Tomas Mraz
2020-05-12
1
-1
/
+1
*
CORE: Attach the provider context to the provider late
Richard Levitte
2020-05-12
1
-1
/
+3
*
Fix d2i_PrivateKey_ex() to work as documented
Richard Levitte
2020-05-12
1
-0
/
+2
*
Fix bio_wait() in crypto/bio/bio_lib.c in case OPENSSL_NO_SOCK
Dr. David von Oheimb
2020-05-09
1
-0
/
+2
*
Constify 'req' parameter of OSSL_HTTP_post_asn1()
Dr. David von Oheimb
2020-05-09
3
-5
/
+5
*
Fix bug in OSSL_CMP_SRV_process_request() on transaction renewal
Dr. David von Oheimb
2020-05-09
1
-4
/
+6
*
Fix PEM certificate loading that sometimes fails
Maximilian Blenk
2020-05-08
1
-7
/
+21
*
EVP: when setting the operation to EVP_PKEY_OP_UNDEFINED, clean up!
Richard Levitte
2020-05-08
4
-6
/
+9
*
Remove legacy FIPS_mode functions
Shane Lontis
2020-05-07
2
-25
/
+1
*
Add RSA SHA512 truncated digest support
Shane Lontis
2020-05-07
1
-0
/
+2
*
Remove gen_get_params & gen_gettable_params from keygen operation
Shane Lontis
2020-05-07
4
-47
/
+5
*
Remove cipher table lookup from EVP_CipherInit_ex
Shane Lontis
2020-05-07
1
-160
/
+0
*
Fix a memory leak in CONF .include handling
Matt Caswell
2020-05-06
1
-6
/
+3
*
Strengthen X509_STORE_CTX_print_verify_cb() to print expected host etc.
Dr. David von Oheimb
2020-05-05
6
-91
/
+157
*
Allow OSSL_PARAM_get_octet_string() to pass a NULL buffer
Matt Caswell
2020-05-04
1
-1
/
+4
*
Fix the KEYNID2TYPE macro
Matt Caswell
2020-05-04
1
-3
/
+3
*
Ensure EVP_PKEY_get_raw_[private|public]_key work with provider keys
Matt Caswell
2020-05-04
1
-6
/
+65
*
Add the library ctx into an ECX_KEY
Matt Caswell
2020-05-04
2
-7
/
+8
*
Add the ability to ECX to import keys with only the private key
Matt Caswell
2020-05-04
2
-29
/
+41
*
Ensure OSSL_PARAM_BLD_free() can accept a NULL
Matt Caswell
2020-05-04
1
-0
/
+2
*
Make EVP_new_raw_[private|public]_key provider aware
Matt Caswell
2020-05-04
1
-39
/
+132
*
rand_unix.c: Ensure requests to KERN_ARND don't exceed 256 bytes.
nia
2020-05-04
1
-1
/
+1
*
rand_unix.c: Only enable hack for old FreeBSD versions on FreeBSD
nia
2020-05-04
1
-0
/
+2
*
rand_unix.c: Include correct headers for sysctl() on NetBSD
nia
2020-05-04
1
-2
/
+2
*
WPACKET: don't write DER length when we don't want to
Richard Levitte
2020-05-04
1
-1
/
+4
*
Fix reason code clash
Richard Levitte
2020-05-03
1
-1
/
+1
*
Add solaris assembler fixes for legacy provider
Shane Lontis
2020-05-02
2
-6
/
+10
*
Add default property API's to enable and test for fips
Shane Lontis
2020-05-02
6
-11
/
+134
*
coverity 1462580 Improper use of negative value
Pauli
2020-04-30
1
-0
/
+2
*
coverity 1462578 Resource leak
Pauli
2020-04-30
1
-1
/
+3
[next]