index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't crash encoding a public key with no public key value
Matt Caswell
2021-10-27
1
-0
/
+4
*
test-rand: return failure on not enough data, allow parent
Pauli
2021-10-26
1
-11
/
+3
*
Fix a bug in signature self tests in the FIPS module
Matt Caswell
2021-10-22
1
-1
/
+1
*
Fix SSKDF to not claim a buffer size that is too small for the MAC
Matt Caswell
2021-10-22
1
-2
/
+2
*
Update provider_util.c to correctly handle ENGINE references
Matt Caswell
2021-10-19
1
-1
/
+30
*
Raise error when invalid digest used with SM2
Tomas Mraz
2021-10-15
1
-2
/
+6
*
providers: Add SM4 GCM implementation
Tianjia Zhang
2021-09-28
10
-1
/
+216
*
kdf: Add PVK KDF to providers.
Pauli
2021-09-28
5
-0
/
+233
*
Add default provider support for Keccak 224, 256, 384 and 512
Ulrich Müller
2021-09-23
4
-0
/
+34
*
rand: don't free an mis-set pointer on error
Pauli
2021-09-22
1
-2
/
+2
*
Avoid double-free on unsuccessful getting PRNG seeding
Dmitry Belyavskiy
2021-09-21
1
-2
/
+3
*
providers: Do not use global EVP_CIPHERs and EVP_MDs
Tomas Mraz
2021-09-15
1
-4
/
+17
*
Update copyright year
Richard Levitte
2021-09-07
1
-1
/
+1
*
ENCODER PROV: Add encoders with EncryptedPrivateKeyInfo output
Richard Levitte
2021-09-05
3
-4
/
+83
*
OSSL_STORE 'file:' scheme: Set input structure for certificates and CRLs
Richard Levitte
2021-09-05
1
-0
/
+25
*
PEM to DER decoder: Specify object type and data structure more consistently
Richard Levitte
2021-09-05
1
-4
/
+5
*
Fix dh dupctx refcount error
slontis
2021-09-03
1
-3
/
+2
*
VMS: Compensate for x86_64 cross compiler type incompatibility
Richard Levitte
2021-09-03
1
-2
/
+2
*
Add the self test type OSSL_SELF_TEST_TYPE_PCT_SIGNATURE
slontis
2021-08-31
1
-1
/
+5
*
Darwin platform allows to build on releases before Yosemite/ios 8.
David Carlier
2021-08-27
1
-5
/
+1
*
aes-wrap: improve error handling
Pauli
2021-08-26
1
-7
/
+21
*
Add invalid input length error
Pauli
2021-08-26
1
-0
/
+2
*
Correctly calculate the length of SM2 plaintext given the ciphertext
Matt Caswell
2021-08-24
1
-1
/
+1
*
pkcs12: check for zero length digest to avoid division by zero
Pauli
2021-08-18
1
-1
/
+1
*
Fix CTS cipher decrypt so that the updated IV is returned correctly.
Shane Lontis
2021-08-18
1
-3
/
+12
*
Change CTS CS3 (Kerberos) so that it accepts a 16 byte input block
Shane Lontis
2021-08-18
1
-2
/
+10
*
Add support for camellia cbc cts mode
Shane Lontis
2021-08-18
5
-0
/
+104
*
Refactor cipher aes_cts code so that it can be used by other 128bit ciphers
Shane Lontis
2021-08-18
5
-109
/
+110
*
MacOS: Add an include of <CommonCrypto/CommonCryptoError.h>
David Bohman
2021-08-11
1
-0
/
+1
*
Fix VS2019 compile error C4703: potentially uninitialized local pointer varia...
Kelvin Lee
2021-08-06
1
-2
/
+2
*
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
2
-0
/
+4
*
tls/prov: move the TLS 1.3 KDF code to providers
Pauli
2021-08-05
3
-9
/
+254
*
make update
Matt Caswell
2021-07-29
3
-39
/
+41
*
Update copyright year
Matt Caswell
2021-07-29
2
-2
/
+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
*
drbg: allow the ctr derivation function to be disabled in FIPS mode
Pauli
2021-07-20
1
-14
/
+0
*
Allow RSA signature operations with RSA_NO_PADDING
Tomas Mraz
2021-07-16
1
-2
/
+5
*
Signature algos: allow having identical digest in params
Tomas Mraz
2021-07-16
3
-17
/
+43
*
Remove lower limit on GCM mode ciphers
Pauli
2021-07-14
4
-12
/
+5
*
Add HKDF negative tests
Shane Lontis
2021-07-06
1
-5
/
+8
*
update fips checksums
Tomas Mraz
2021-07-06
3
-78
/
+34
*
fips module header inclusion fine-tunning
Tomas Mraz
2021-07-06
7
-5
/
+11
*
provider: use #define for PBKDF1 algorithm name
Pauli
2021-07-05
2
-1
/
+2
*
PROV & STORE: Make the 'file:' store loader understand more binary formats
Richard Levitte
2021-07-03
5
-138
/
+288
*
PROV & STORE: Don't decode keys in the 'file:' store loader
Richard Levitte
2021-07-03
1
-31
/
+6
*
DECODER & ENCODER: Make sure to pass around the original selection bits
Richard Levitte
2021-06-29
3
-10
/
+16
*
darwin platform replacing getentropy usage by platform api instead.
David CARLIER
2021-06-29
1
-0
/
+9
*
PROV: Have our PEM->DER decoder only recognise our PEM names
Richard Levitte
2021-06-29
1
-73
/
+43
*
Update fips sources and checksums
Tomas Mraz
2021-06-26
3
-28
/
+26
[next]