index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
/
implementations
/
kem
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
first cut at KEM & key management skeletons
Michael Baentsch
2024-10-21
2
-0
/
+194
*
Add utility function ossl_param_is_empty()
slontis
2024-10-09
3
-3
/
+3
*
Add some documentation to describe the encap/decap requirements
Neil Horman
2024-10-07
1
-0
/
+11
*
Update rsasve_recover to properly store outlen on success
Neil Horman
2024-10-07
1
-4
/
+39
*
fips: add lots of potentially missing ossl_prov_is_running checks
Dimitri John Ledkov
2024-10-02
1
-1
/
+18
*
Copyright year updates
Tomas Mraz
2024-09-05
1
-1
/
+1
*
Cleanups for FIPS options..
slontis
2024-08-28
1
-4
/
+1
*
Change all existing FIPS configurable checks to use FIPS indicators.
slontis
2024-07-11
1
-8
/
+32
*
Copyright year updates
Matt Caswell
2023-09-07
3
-3
/
+3
*
configure: introduce no-ecx to remove ECX related feature
Yi Li
2023-06-14
1
-1
/
+4
*
Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arrays
Irak Rigia
2023-04-21
3
-3
/
+3
*
Implements Hybrid Public Key Encryption (HPKE) as per RFC9180.
Stephen Farrell
2022-11-25
4
-143
/
+105
*
Cleanup : directly include of `internal/nelem.h` when required.
FdaSilvaYY
2022-11-23
1
-0
/
+1
*
Add HPKE DHKEM provider support for EC, X25519 and X448.
slontis
2022-09-23
5
-0
/
+1611
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-22
1
-2
/
+2
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
1
-1
/
+1
*
prov: add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
1
-1
/
+1
*
Use "" for include crypto/xxx
Rich Salz
2021-05-27
1
-1
/
+1
*
Drop libimplementations.a
Richard Levitte
2021-05-07
1
-1
/
+1
*
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
-5
/
+7
*
prov: update KEM to support params on init()
Pauli
2021-03-11
1
-10
/
+14
*
EVP_PKEY_CTX_get/settable_params: pass provider operation context
Tomas Mraz
2021-03-03
1
-2
/
+4
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Move the PROV_R reason codes to a public header
Tomas Mraz
2021-02-11
1
-1
/
+1
*
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
Dr. Matthias St. Pierre
2020-10-15
1
-1
/
+1
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-1
/
+1
*
rsa: add ossl_ prefix to internal rsa_ calls.
Pauli
2020-10-07
1
-2
/
+2
*
prov: prefix all OSSL_DISPATCH tables names with ossl_
Pauli
2020-09-29
1
-1
/
+1
*
Add key length check to rsa_kem operation.
Shane Lontis
2020-09-24
1
-6
/
+21
*
Add KEM (Key encapsulation mechanism) support to providers
Shane Lontis
2020-09-19
2
-0
/
+347