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
*
Fix pvk encoder to properly query for the passphrase
Tomas Mraz
2021-12-06
1
-5
/
+7
*
pvkkdf: Always reset buflen after clearing the buffer
Tomas Mraz
2021-12-01
1
-1
/
+3
*
various kdfs: Always reset buflen after clearing the buffer
Tomas Mraz
2021-11-30
6
-4
/
+14
*
Support different R_BITS lengths for KBKDF
Patrick Uiterwijk
2021-11-24
1
-3
/
+27
*
rsa_signverify_init: Set the PARAMS after key is set
Tomas Mraz
2021-11-23
1
-6
/
+10
*
Fix the return check of OBJ_obj2txt
PW Hu
2021-11-22
1
-1
/
+1
*
Move more general parts of internal/cryptlib.h to new internal/common.h
Dr. David von Oheimb
2021-11-17
1
-1
/
+0
*
Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...
Dr. David von Oheimb
2021-11-17
1
-10
/
+11
*
Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...
Dr. David von Oheimb
2021-11-17
1
-6
/
+4
*
Add null digest implementation to the default provider
Tomas Mraz
2021-11-15
5
-10
/
+70
*
providers: Allow possible reinitialization in all signature algorithms
Tomas Mraz
2021-11-12
6
-50
/
+108
*
do_sigver_init: Allow reinitialization of an existing operation.
Tomas Mraz
2021-11-12
1
-5
/
+8
*
Fix DER encoder implementations for output structures "EC" and "SM2"
Richard Levitte
2021-11-09
1
-5
/
+5
*
Address Coverity 1493362 resource leak
Pauli
2021-11-07
1
-0
/
+1
*
fix some code with obvious wrong coding style
x2018
2021-10-28
16
-20
/
+20
*
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
[next]