index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
providers
/
fips
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Allow the sshkdf type to be passed as a single character
Richard Levitte
2021-02-24
2
-6
/
+9
*
Adjust the few places where the string length was confused
Richard Levitte
2021-02-18
1
-2
/
+1
*
Update copyright year
Matt Caswell
2021-02-18
2
-2
/
+2
*
Move the PROV_R reason codes to a public header
Tomas Mraz
2021-02-11
2
-2
/
+2
*
Simplify the EVP_PKEY_XXX_fromdata_XX methods.
Shane Lontis
2021-02-08
1
-8
/
+8
*
Ensure access to FIPS_state and rate_limit is appropriately locked
Matt Caswell
2021-02-02
1
-13
/
+33
*
Avoid races by caching exported ciphers in the init function
Matt Caswell
2021-02-02
1
-2
/
+2
*
Fix some odd names in our provider source code
Richard Levitte
2021-02-01
1
-2
/
+2
*
Fix parameter types in sshkdf
Juergen Christ
2021-01-28
1
-2
/
+2
*
Update copyright year
Richard Levitte
2021-01-28
2
-2
/
+2
*
params: OSSL_PARAM_utf8_ptr: don't automatically reference `address`
Daiki Ueno
2021-01-26
1
-7
/
+7
*
Pass correct maximum output length to provider derive operation
Tomas Mraz
2021-01-21
1
-1
/
+1
*
Drop OPENSSL_NO_RSA everywhere
Richard Levitte
2020-12-20
1
-7
/
+0
*
Add fips self tests for all included kdf
Shane Lontis
2020-12-11
2
-2
/
+220
*
Add EVP_KDF-X942 to the fips module
Shane Lontis
2020-12-02
1
-1
/
+4
*
Fix builds that specify both no-dh and no-ec
Matt Caswell
2020-11-30
2
-5
/
+13
*
prov: move the entropy source out of the FIPS provider
Pauli
2020-11-20
1
-2
/
+4
*
Add AES KW inverse ciphers to the EVP layer
Shane Lontis
2020-11-02
1
-0
/
+9
*
Remove ossl_prov_util_nid_to_name()
Shane Lontis
2020-10-22
1
-98
/
+0
*
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
Dr. Matthias St. Pierre
2020-10-15
1
-11
/
+10
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
4
-37
/
+37
*
prov: prefix all exposed 'cipher' symbols with ossl_
Pauli
2020-10-01
1
-4
/
+4
*
prov: prefix provider internal functions with ossl_
Pauli
2020-09-29
2
-12
/
+18
*
prov: prefix all OSSL_DISPATCH tables names with ossl_
Pauli
2020-09-29
1
-104
/
+117
*
Fix CID 1467068 : Null pointer dereference in self_test.c
Shane Lontis
2020-09-23
1
-1
/
+3
*
Added FIPS DEP initialization for the NonStop platform in fips/self_test.c.
Randall S. Becker
2020-09-22
1
-0
/
+16
*
Add a copy of OSSL_SELF_TEST_get_callback() to the fips module.
Shane Lontis
2020-09-19
1
-0
/
+17
*
Add KEM (Key encapsulation mechanism) support to providers
Shane Lontis
2020-09-19
1
-0
/
+7
*
Add option to fipsinstall to disable fips security checks at run time.
Shane Lontis
2020-09-18
1
-0
/
+21
*
Add self tests for rsa encryption
Shane Lontis
2020-09-16
2
-4
/
+204
*
prov/drbg: cleanup some RAND_DRBG leftovers
Dr. Matthias St. Pierre
2020-09-14
1
-2
/
+2
*
keygen: add FIPS error state management to conditional self tests
Shane Lontis
2020-09-12
3
-4
/
+28
*
FIPS: error mode is set from failed self tests and produced a limited number ...
Pauli
2020-09-12
1
-3
/
+26
*
FIPS: rename the status call to is_running.
Pauli
2020-09-12
3
-5
/
+6
*
Include "legacy" in the name of the various MAC bridge functions
Matt Caswell
2020-08-29
1
-4
/
+4
*
Extend the provider MAC bridge for CMAC
Matt Caswell
2020-08-29
1
-0
/
+6
*
Make the provider side EVP PKEY MAC bridge available in default and fips
Matt Caswell
2020-08-29
1
-0
/
+2
*
Add DHX support to keymanager
Shane Lontis
2020-08-11
1
-0
/
+1
*
Extend the EVP_PKEY KDF to KDF provider bridge to the FIPS provider
Matt Caswell
2020-08-10
1
-0
/
+4
*
Add 'on demand self test' and status test to providers
Shane Lontis
2020-08-09
3
-18
/
+46
*
Add evp_test fixes.
Shane Lontis
2020-08-07
1
-4
/
+4
*
rand_drbg: remove RAND_DRBG.
Pauli
2020-08-07
1
-2
/
+2
*
Cleanup fips provider init
Shane Lontis
2020-07-22
1
-154
/
+59
*
Add ERR_raise() errors to fips OSSL_provider_init and self tests.
Shane Lontis
2020-07-21
2
-11
/
+33
*
Revert "kdf: make function naming consistent."
Matt Caswell
2020-07-16
1
-3
/
+3
*
Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...
Matt Caswell
2020-07-16
1
-3
/
+3
*
Add AES_CBC_CTS ciphers to providers
Shane Lontis
2020-07-15
1
-0
/
+3
*
Add --fips-key configuration parameter to fipsinstall application.
Rich Salz
2020-06-29
1
-1
/
+2
*
Make the naming scheme for dispatched functions more consistent
Dr. Matthias St. Pierre
2020-06-24
3
-62
/
+62
*
Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>
Dr. Matthias St. Pierre
2020-06-24
2
-2
/
+2
[prev]
[next]