index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
/
fips
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updating ifdefs to account for xlclang compiler frontend on AIX.
Rob Mc Gee
2022-08-01
1
-2
/
+2
*
Fix check of EVP_CIPHER_CTX_ctrl
Peiwei Hu
2022-05-24
1
-4
/
+4
*
strcasecmp: implement strcasecmp and strncasecmp
Pauli
2022-05-23
1
-3
/
+0
*
Avoid code duplication for locale initialization
Tomas Mraz
2022-05-13
1
-46
/
+3
*
Fix build on OPENSSL_SYS_TANDEM and older POSIXes
Tomas Mraz
2022-05-13
1
-12
/
+22
*
Update copyright year
Matt Caswell
2022-05-03
3
-3
/
+3
*
Prefer GNU library initialization mechanism over platform one
Jon Spillett
2022-04-27
1
-6
/
+7
*
FIPS provider modifications
Dmitry Belyavskiy
2022-04-22
1
-0
/
+37
*
Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
Hugo Landau
2022-04-01
1
-19
/
+8
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
1
-1
/
+1
*
Avoid using a macro expansion in a macro when statically initialising
Pauli
2022-01-13
1
-3
/
+9
*
Fix a bug in signature self tests in the FIPS module
Matt Caswell
2021-10-22
1
-1
/
+1
*
Add the self test type OSSL_SELF_TEST_TYPE_PCT_SIGNATURE
slontis
2021-08-31
1
-1
/
+5
*
fips: add power up test for TLS 1.3 KDF
Pauli
2021-08-05
1
-0
/
+64
*
provider: add TLS13_KDF to the default and FIPS providers
Pauli
2021-08-05
1
-0
/
+2
*
Don't leak the OSSL_LIB_CTX in the event of a failure to load the FIPS module
Matt Caswell
2021-07-28
1
-0
/
+1
*
Change self test for AES_CGM to perform both an encrypt and decrypt.
Shane Lontis
2021-06-22
1
-1
/
+1
*
aix64-gcc target: Fix build breakage with enable-fips
Tomas Mraz
2021-06-18
1
-2
/
+0
*
Add self test for ECDSA using curve with a binary field
Shane Lontis
2021-06-17
1
-8
/
+45
*
Fix AIX FIPS DEP.
Shane Lontis
2021-06-08
1
-1
/
+15
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-1
/
+1
*
fips: set the library context and handle later
Pauli
2021-05-29
1
-2
/
+3
*
Use "" for include internal/xxx
Rich Salz
2021-05-27
1
-2
/
+2
*
Add fipsinstall option to run self test KATS on module load
Shane Lontis
2021-05-25
1
-1
/
+5
*
fips: default to running self tests when starting the fips provider
Pauli
2021-05-24
1
-27
/
+30
*
PROV: Relegate most of the FIPS provider code to libfips.a
Richard Levitte
2021-05-21
3
-6
/
+45
*
fipsprov: Missing teardown on fips_get_params_from_core() error
Tomas Mraz
2021-05-13
1
-1
/
+1
*
Add the ability for ex_data to have a priority
Matt Caswell
2021-05-11
1
-0
/
+1
*
Clarify two comments (typos) in fipsprov.c
Daniel Bevenius
2021-05-06
1
-3
/
+3
*
PROV: Add OIDs we know to all provider applicable algorithms
Richard Levitte
2021-04-18
1
-138
/
+127
*
Fix naming for EVP_RAND_CTX_gettable functions.
Pauli
2021-04-17
1
-4
/
+4
*
Sanity check provider up-calls
Matt Caswell
2021-04-16
1
-28
/
+43
*
Store some FIPS global variables in the FIPS_GLOBAL structure
Matt Caswell
2021-04-16
1
-72
/
+119
*
Add FIPS Self test for AES_ECB decrypt
Shane Lontis
2021-04-13
2
-26
/
+65
*
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
Shane Lontis
2021-04-12
1
-7
/
+7
*
APPS: Replace the use of OBJ_nid2ln() with name or description calls
Richard Levitte
2021-04-02
1
-15
/
+25
*
Add ossl_provider symbols
Shane Lontis
2021-03-18
1
-6
/
+6
*
Always check CRYPTO_LOCK_{read,write}_lock
Rich Salz
2021-03-14
1
-6
/
+13
*
Remove the RAND_get0_public() from fips provider initialization
Tomas Mraz
2021-03-12
1
-3
/
+0
*
fips: update DRBG KATs for the extra instantiate argument
Pauli
2021-02-28
1
-3
/
+3
*
fips: add additional argument to KDF derive call in self test
Pauli
2021-02-28
1
-3
/
+1
*
fips: update to use the extra MAC init arguments
Pauli
2021-02-28
1
-5
/
+2
*
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
[next]