index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
/
defltprov.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
PROV: Add OIDs we know to all provider applicable algorithms
Richard Levitte
2021-04-18
1
-230
/
+223
*
APPS: Replace the use of OBJ_nid2ln() with name or description calls
Richard Levitte
2021-04-02
1
-18
/
+35
*
Add ossl_provider symbols
Shane Lontis
2021-03-18
1
-1
/
+2
*
Fix misc external ossl_ symbols.
Shane Lontis
2021-03-18
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Avoid races by caching exported ciphers in the init function
Matt Caswell
2021-02-02
1
-1
/
+1
*
Fix some odd names in our provider source code
Richard Levitte
2021-02-01
1
-5
/
+5
*
rand: add a provider side seed source.
Pauli
2020-12-09
1
-0
/
+1
*
Add EVP_KDF-X942 to the fips module
Shane Lontis
2020-12-02
1
-4
/
+2
*
prov: move the entropy source out of the FIPS provider
Pauli
2020-11-19
1
-1
/
+3
*
PROV: Re-implement all the keypair encoders
Richard Levitte
2020-11-11
1
-6
/
+2
*
PROV: Re-implement all the keypair decoders
Richard Levitte
2020-11-11
1
-6
/
+2
*
defltprov: remove duplicate algorithm names.
Pauli
2020-11-05
1
-2
/
+2
*
Add AES KW inverse ciphers to the EVP layer
Shane Lontis
2020-11-02
1
-0
/
+9
*
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
Dr. Matthias St. Pierre
2020-10-15
1
-4
/
+4
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-1
/
+1
*
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
1
-7
/
+8
*
prov: prefix all OSSL_DISPATCH tables names with ossl_
Pauli
2020-09-29
1
-194
/
+200
*
Move SM2 asymmetric encryption to be available in the default provider
Matt Caswell
2020-09-25
1
-0
/
+3
*
Add SM2 signature algorithm to default provider
Paul Yang
2020-09-22
1
-0
/
+4
*
Add SM2 key management
Paul Yang
2020-09-22
1
-0
/
+2
*
ENCODER: Refactor our provider encoder implementations
Richard Levitte
2020-09-20
1
-2
/
+2
*
Add KEM (Key encapsulation mechanism) support to providers
Shane Lontis
2020-09-19
1
-0
/
+7
*
provider: add an 'is_running' call to all providers.
Pauli
2020-09-12
1
-1
/
+2
*
Fix up issue on AIX caused by broken compiler handling of macro expansion
Jon Spillett
2020-09-09
1
-2
/
+2
*
STORE: Add a built-in 'file:' storemgmt implementation (loader)
Richard Levitte
2020-09-03
1
-0
/
+11
*
Avoid AIX compiler issue by making the macro argument names not match any sub...
Jon Spillett
2020-09-03
1
-4
/
+4
*
Include "legacy" in the name of the various MAC bridge functions
Matt Caswell
2020-08-29
1
-8
/
+8
*
Extend the provider MAC bridge for CMAC
Matt Caswell
2020-08-29
1
-0
/
+6
*
Extend the provider MAC bridge for Poly1305
Matt Caswell
2020-08-29
1
-0
/
+6
*
Extend the provider MAC bridge for SIPHASH
Matt Caswell
2020-08-29
1
-0
/
+2
*
Make the provider side EVP PKEY MAC bridge available in default and fips
Matt Caswell
2020-08-29
1
-0
/
+2
*
Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE
Richard Levitte
2020-08-21
1
-12
/
+12
*
Move PKCS#12 KDF to provider.
Pauli
2020-08-14
1
-0
/
+1
*
Add DHX support to keymanager
Shane Lontis
2020-08-11
1
-0
/
+1
*
Extend the EVP_PKEY KDF to KDF provider bridge to also support Scrypt
Matt Caswell
2020-08-10
1
-0
/
+2
*
Extend the EVP_PKEY KDF to KDF provider bridge to also support HKDF
Matt Caswell
2020-08-10
1
-1
/
+3
*
Implement a EVP_PKEY KDF to KDF provider bridge
Matt Caswell
2020-08-10
1
-0
/
+2
*
Add 'on demand self test' and status test to providers
Shane Lontis
2020-08-09
1
-1
/
+3
*
Add evp_test fixes.
Shane Lontis
2020-08-07
1
-5
/
+5
*
deserialisation: add deserialisation to the base provider
Pauli
2020-07-30
1
-8
/
+7
*
serialisation: Add a built-in base provider.
Pauli
2020-07-30
1
-144
/
+6
*
PROV: Add a DER to RSA-PSS deserializer implementation
Richard Levitte
2020-07-27
1
-0
/
+2
*
PROV: Implement PEM to DER deserializer
Richard Levitte
2020-07-24
1
-0
/
+3
*
PROV: Implement DER to RSA deserializer
Richard Levitte
2020-07-24
1
-0
/
+10
*
Add AES_CBC_CTS ciphers to providers
Shane Lontis
2020-07-15
1
-0
/
+3
*
Make the naming scheme for dispatched functions more consistent
Dr. Matthias St. Pierre
2020-06-24
1
-9
/
+9
*
Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>
Dr. Matthias St. Pierre
2020-06-24
1
-1
/
+1
*
CTR, HASH and HMAC DRBGs in provider
Pauli
2020-06-24
1
-5
/
+2
[next]