index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
/
implementations
/
asymciphers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Tomas Mraz
2024-09-05
1
-1
/
+1
*
Cleanups for FIPS options..
slontis
2024-08-28
1
-7
/
+5
*
fips: change from function call to macro in rsa_enc.c
Pauli
2024-08-10
1
-2
/
+1
*
rsa: disallow PKCS#1 version 1.5 padding for encrpytion under FIPS.
Pauli
2024-08-07
1
-0
/
+17
*
Remove check for RSA encryption allowing X9.31 padding.
slontis
2024-07-21
1
-1
/
+0
*
Change all existing FIPS configurable checks to use FIPS indicators.
slontis
2024-07-11
1
-8
/
+29
*
Add missing settable entry OSSL_ASYM_CIPHER_PARAM_OAEP_DIGEST_PROPS for RSA asym
slontis
2023-12-29
1
-0
/
+1
*
Copyright year updates
Matt Caswell
2023-09-07
2
-2
/
+2
*
If oaep_md is not initialized, correctly initialize it
Dmitry Belyavskiy
2023-05-23
1
-3
/
+5
*
Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arrays
Irak Rigia
2023-04-21
2
-2
/
+2
*
rsa: Add option to disable implicit rejection
Hubert Kario
2022-12-12
1
-2
/
+24
*
set MGF1 digest correctly
James Muir
2022-10-07
1
-3
/
+5
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-6
/
+2
*
sm2_dupctx: Avoid potential use after free of the md
Tomas Mraz
2022-06-10
1
-0
/
+2
*
Correctly calculate the length of SM2 plaintext given the ciphertext
Matt Caswell
2021-08-24
1
-1
/
+1
*
Move libssl related defines used by fips provider to prov_ssl.h
Tomas Mraz
2021-06-04
1
-1
/
+1
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
2
-3
/
+3
*
Use "" for include crypto/xxx
Rich Salz
2021-05-27
1
-1
/
+1
*
Drop libimplementations.a
Richard Levitte
2021-05-07
1
-2
/
+2
*
Store some FIPS global variables in the FIPS_GLOBAL structure
Matt Caswell
2021-04-16
1
-1
/
+1
*
Deprecate the EVP_PKEY controls for CMS and PKCS#7
Tomas Mraz
2021-04-06
1
-9
/
+9
*
rsa: fix coverity 1472658: resource leak
Pauli
2021-03-20
1
-0
/
+2
*
prov: asym ciphers take an extra init() params argument
Pauli
2021-03-11
2
-12
/
+19
*
EVP_PKEY_CTX_get/settable_params: pass provider operation context
Tomas Mraz
2021-03-03
2
-4
/
+8
*
Remove RSA SSLv23 padding mode
Rich Salz
2021-03-01
1
-1
/
+0
*
Fix external symbols related to ec & sm2 keys
Shane Lontis
2021-02-26
1
-4
/
+4
*
Move the PROV_R reason codes to a public header
Tomas Mraz
2021-02-11
2
-2
/
+2
*
Fix some odd names in our provider source code
Richard Levitte
2021-02-01
1
-1
/
+1
*
Update copyright year
Richard Levitte
2021-01-28
2
-2
/
+2
*
Clean away unnecessary length related OSSL_PARAM key names
Richard Levitte
2021-01-26
1
-6
/
+3
*
Deprecate EC_KEY + Update ec apps to use EVP_PKEY
Shane Lontis
2021-01-26
1
-0
/
+2
*
Convert all {NAME}err() in providers/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-11
1
-4
/
+4
*
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
Dr. Matthias St. Pierre
2020-10-15
2
-2
/
+2
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
2
-2
/
+2
*
rsa: add ossl_ prefix to internal rsa_ calls.
Pauli
2020-10-07
1
-11
/
+10
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-6
/
+5
*
prov: prefix all OSSL_DISPATCH tables names with ossl_
Pauli
2020-09-29
1
-1
/
+1
*
Move SM2 asymmetric encryption to be available in the default provider
Matt Caswell
2020-09-25
2
-0
/
+230
*
Add 'fips-securitychecks' option and plumb this into the actual fips checks
Shane Lontis
2020-09-18
1
-1
/
+1
*
Add fips checks for rsa encryption
Shane Lontis
2020-09-18
1
-6
/
+22
*
asymciphers: add FIPS error state handling
Pauli
2020-09-12
1
-2
/
+18
*
provider: add the unused paramater tag to the gettable and settable functions
Pauli
2020-08-12
1
-2
/
+2
*
gettables: provider changes to pass the provider context.
Pauli
2020-08-07
1
-2
/
+2
*
Make the naming scheme for dispatched functions more consistent
Dr. Matthias St. Pierre
2020-06-24
1
-11
/
+11
*
Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>
Dr. Matthias St. Pierre
2020-06-24
1
-1
/
+1
*
PROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx() in RSA-OAEP
Richard Levitte
2020-05-27
1
-5
/
+7
*
PROV: Fix RSA-OAEP memory leak
Richard Levitte
2020-05-26
1
-0
/
+1
*
Update core_names.h fields and document most fields.
Shane Lontis
2020-05-26
1
-6
/
+5
*
PROV & ASYM_CIPHER: Adapt the RSA asymmetric cipher code for PSS-parameters
Richard Levitte
2020-05-14
1
-1
/
+10
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
[next]