index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
demos
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-28
prov: update hmac to have additional init arguments
Pauli
1
-8
/
+25
2021-02-28
prov: update gmac to have additional init arguments
Pauli
1
-12
/
+29
2021-02-28
prov: update cmac to have additional init arguments
Pauli
1
-17
/
+17
2021-02-28
prov: use new MAC_init arguments in HMAC-DRBG
Pauli
1
-14
/
+3
2021-02-28
prov: use new MAC_init arguments in signature legacy code
Pauli
1
-3
/
+3
2021-02-28
prov: update provider util to be less agressive about changing things unneces...
Pauli
1
-1
/
+6
2021-02-28
fips: update to use the extra MAC init arguments
Pauli
1
-5
/
+2
2021-02-28
core: update to use the extra MAC init arguments
Pauli
1
-1
/
+2
2021-02-28
test: updates for the new additional MAC_init arguments
Pauli
3
-19
/
+9
2021-02-28
evp_test: updates for the new additional MAC_init arguments
Pauli
4
-14
/
+26
2021-02-28
tls: updates for the new additional MAC_init arguments
Pauli
2
-16
/
+9
2021-02-28
evp: updates for the new additional MAC_init arguments
Pauli
2
-3
/
+5
2021-02-28
crmf: updates for the new additional MAC_init arguments
Pauli
1
-4
/
+2
2021-02-28
apps: updates for the new additional MAC_init arguments
Pauli
1
-8
/
+2
2021-02-28
apps: update mac to work with additional MAC_init arguments. This doesn't in...
Pauli
1
-3
/
+4
2021-02-28
apps: update fipsinstall to work with additional MAC_init arguments
Pauli
1
-1
/
+1
2021-02-28
prov kdf: update to use the extra MAC init arguments
Pauli
3
-26
/
+4
2021-02-28
prov: update SipHash to new init function
Pauli
1
-32
/
+63
2021-02-28
siphash: Add the C and D round parameters for SipHash.
Pauli
5
-12
/
+36
2021-02-27
crypto/asn1/i2d_evp.c: Fix i2d_provided() to return a proper length
Richard Levitte
1
-4
/
+10
2021-02-27
PROV: Implement an EC key -> blob encoder, to get the public key
Richard Levitte
4
-1
/
+214
2021-02-27
Modify i2d_PublicKey() so it can get an EC public key as a blob
Richard Levitte
1
-11
/
+29
2021-02-27
test_ecpub: test that we can decode the DER we encoded
Benjamin Kaduk
1
-0
/
+25
2021-02-27
test_ecpub: verify returned length after encoding
Benjamin Kaduk
1
-2
/
+4
2021-02-27
Add test for EC pubkey export/import
Benjamin Kaduk
1
-0
/
+44
2021-02-27
Code cleanup mostly in crypto/x509/v3_purp.c
Dr. David von Oheimb
5
-106
/
+103
2021-02-27
Check ASN1_item_ndef_i2d() return value.
Benjamin Kaduk
1
-0
/
+2
2021-02-26
evp_pkey_provided_test: Improve diagnostic output
Tomas Mraz
1
-4
/
+5
2021-02-26
tests: Always print errors before test verdict
Tomas Mraz
1
-1
/
+1
2021-02-26
fuzzer: add ctx gettable/settable to the fuzzer RNG
Pauli
1
-1
/
+2
2021-02-26
test: add ctx gettable/settable to the generic fake random number generator
Pauli
1
-1
/
+2
2021-02-26
core: support modified gettable/settable ctx calls for ciphers
Pauli
2
-2
/
+4
2021-02-26
changes to match the updated context gettable/settable calls for ciphers
Pauli
2
-15
/
+44
2021-02-26
evp: upport modified gettable/settable ctx calls for ciphers
Pauli
2
-6
/
+36
2021-02-26
prov: upport modified gettable/settable ctx calls for ciphers
Pauli
10
-20
/
+34
2021-02-26
evp: support modified gettable/settable ctx calls for MACs
Pauli
2
-2
/
+30
2021-02-26
doc: changes to match the updated context gettable/settable calls for MACs
Pauli
2
-14
/
+36
2021-02-26
core: core: support modified gettable/settable ctx calls for MACs
Pauli
2
-2
/
+4
2021-02-26
prov: support modified gettable/settable ctx calls for MACs
Pauli
7
-14
/
+27
2021-02-26
prov: support modified gettable/settable ctx calls for KDFs
Pauli
10
-20
/
+40
2021-02-26
core: support modified gettable/settable ctx calls for KDFs
Pauli
2
-2
/
+4
2021-02-26
evp: support modified gettable/settable ctx calls for KDFs
Pauli
2
-2
/
+30
2021-02-26
doc: changes to match the updated context gettable/settable calls
Pauli
2
-15
/
+37
2021-02-26
evp: support modified gettable/settable ctx calls for RNGs
Pauli
3
-4
/
+32
2021-02-26
core: update RNG gettable/settable ctx param calls
Pauli
1
-2
/
+2
2021-02-26
prov: update RNGs to support modified gettable/settable CTX params
Pauli
5
-9
/
+18
2021-02-26
doc: note changes to rand gettable/settable provider call
Pauli
2
-13
/
+35
2021-02-26
doc: note changes to digest gettable/settable provider calls
Pauli
2
-21
/
+44
2021-02-26
modify EVP to support digest gettable/settable calls
Pauli
1
-12
/
+22
2021-02-26
core: update digest gettable/settable ctx params calls
Pauli
1
-2
/
+2
[next]