index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
/
implementations
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix errors found by parfait static analyser.
Shane Lontis
2021-06-03
1
-0
/
+2
*
ed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZE
Tomas Mraz
2021-06-02
1
-2
/
+2
*
providers: remove TODOs
Pauli
2021-06-02
3
-3
/
+2
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
23
-61
/
+62
*
Pass library context and property query into private key decoders
Jon Spillett
2021-06-01
1
-4
/
+6
*
Fix up encoder/decoder issues caused by not passing a library context to the ...
Jon Spillett
2021-06-01
2
-3
/
+2
*
Enhance the encoder/decoder tests to allow testing with a non-default library...
Jon Spillett
2021-06-01
2
-3
/
+6
*
Fix param indentation in ciphercommon_hw.c
Shane Lontis
2021-06-01
1
-10
/
+10
*
Fix aes cfb1 so that it can operate in bit mode.
Shane Lontis
2021-06-01
1
-0
/
+11
*
Teach EVP_PKEYs to say whether they were decoded from explicit params
Matt Caswell
2021-05-31
1
-0
/
+12
*
prov: add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
8
-13
/
+13
*
Fix incorrect gettable OSSL_CIPHER_PARAM_TLS_MAC parameter
Shane Lontis
2021-05-28
1
-1
/
+1
*
Fix incorrect OSSL_CIPHER_PARAM_SPEED get_ctx_params
Shane Lontis
2021-05-28
1
-1
/
+0
*
Use "" for include crypto/xxx
Rich Salz
2021-05-27
2
-2
/
+2
*
Use <> for #include openssl/xxx
Rich Salz
2021-05-27
3
-3
/
+3
*
aes: rename new bsaes_ symbols -> ossl_bsaes_ ones
Pauli
2021-05-27
3
-5
/
+5
*
mac: add a getter for the MAC block size.
Pauli
2021-05-25
6
-18
/
+49
*
Added PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithms to be fetched for a ...
Jon Spillett
2021-05-24
1
-2
/
+2
*
Add PBKDF1 to the legacy provider
Jon Spillett
2021-05-24
3
-0
/
+246
*
VMS: Copy __DECC_INCLUDE_{PROLOGUE,EPILOGUE}.H to more places
Richard Levitte
2021-05-20
2
-0
/
+48
*
Update copyright year
Matt Caswell
2021-05-20
1
-1
/
+1
*
Make sure to include "crypto/ctype.h" to get ossl_isdigit()
Richard Levitte
2021-05-19
1
-0
/
+1
*
keymgmt: fix coverity 1484886 unchecked return value
Pauli
2021-05-18
1
-3
/
+4
*
Implement pem_read_key directly through OSSL_DECODER
Tomas Mraz
2021-05-13
2
-10
/
+2
*
A few cleanups of the provider build.infos
Tomas Mraz
2021-05-12
2
-11
/
+5
*
Allow arbitrary digests with ECDSA and DSA
Tomas Mraz
2021-05-12
3
-7
/
+7
*
Add the ability for ex_data to have a priority
Matt Caswell
2021-05-11
2
-0
/
+2
*
Mark pop/clear error stack in der2key_decode_p8
Daniel Bevenius
2021-05-09
1
-0
/
+5
*
Crypto: Add deprecation compatibility declarations for SHA* message digest fu...
Dr. David von Oheimb
2021-05-08
1
-5
/
+5
*
Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...
Dr. David von Oheimb
2021-05-08
1
-13
/
+17
*
Fixes #15070. Allow custom algorithm ID ASN.1 encoding for provided ciphers
Jon Spillett
2021-05-07
1
-2
/
+4
*
Drop libimplementations.a
Richard Levitte
2021-05-07
13
-79
/
+74
*
Rename files in providers/implementations/signatures
Richard Levitte
2021-05-07
7
-7
/
+7
*
Make the -inform option to be respected if possible
Tomas Mraz
2021-05-06
1
-13
/
+20
*
Fix KMAC bounds checks.
Shane Lontis
2021-05-05
1
-35
/
+50
*
sm2: Cleanup handling of DIGEST and DIGEST_SIZE parameters
Tomas Mraz
2021-04-30
1
-43
/
+47
*
STORE: Use the 'expect' param to limit the amount of decoders used
Richard Levitte
2021-04-30
1
-4
/
+10
*
Fixes related to separation of DH and DHX types
Shane Lontis
2021-04-26
1
-32
/
+93
*
STORE: Simplify error filtering in der2obj_decode()
Richard Levitte
2021-04-23
1
-18
/
+6
*
Adapt our decoder implementations to the new way to indicate succes / failure
Richard Levitte
2021-04-21
5
-51
/
+91
*
Do IV reset also for DES and 3DES implementations
Tomas Mraz
2021-04-19
2
-0
/
+9
*
PROV: Add OIDs we know to all provider applicable algorithms
Richard Levitte
2021-04-18
3
-2
/
+324
*
Store some FIPS global variables in the FIPS_GLOBAL structure
Matt Caswell
2021-04-16
7
-14
/
+19
*
Add EVP_PKEY_todata() and EVP_PKEY_export() functions.
Shane Lontis
2021-04-15
1
-1
/
+1
*
Add OID for mdc2WithRSASignature and remove related TODO 3.0
Tomas Mraz
2021-04-15
1
-25
/
+34
*
Do not allow creating empty RSA keys by duplication
Tomas Mraz
2021-04-15
1
-4
/
+7
*
Add selection support to the provider keymgmt_dup function
Tomas Mraz
2021-04-15
5
-10
/
+10
*
Implement provider-side keymgmt_dup function
Tomas Mraz
2021-04-15
5
-2
/
+50
*
Add domain parameter match check for DH and ECDH key exchange.
Shane Lontis
2021-04-14
2
-1
/
+42
*
Fix windows compiler error in kmac_prov.c
Shane Lontis
2021-04-13
1
-2
/
+6
[next]