index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
15
-17
/
+17
*
[KDF] Add KBKDF implementation for counter-mode HMAC
Robbie Harwood
2019-09-27
1
-0
/
+90
*
Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL
Dr. David von Oheimb
2019-09-27
7
-0
/
+1202
*
Add rc4 cipher to default provider
Shane Lontis
2019-09-25
3
-32
/
+65
*
Add SSKDF test vectors from RFC 8636
Simo Sorce
2019-09-23
1
-0
/
+20
*
Add des ciphers to default provider
Shane Lontis
2019-09-23
3
-44
/
+67
*
Add aes_ocb cipher to providers
Shane Lontis
2019-09-19
1
-0
/
+24
*
Add sm4 ciphers to default provider
Shane Lontis
2019-09-19
3
-31
/
+42
*
Add SEED ciphers to default provider
Shane Lontis
2019-09-18
3
-50
/
+316
*
Add cast5 ciphers to default provider
Shane Lontis
2019-09-18
2
-0
/
+388
*
Add IDEA ciphers to default provider
Shane Lontis
2019-09-18
2
-0
/
+557
*
Add fips module integrity check
Shane Lontis
2019-09-15
7
-340
/
+370
*
Add aes_xts cipher to providers
Shane Lontis
2019-09-14
1
-9
/
+9
*
Modernise the ERR functionality further (new functions and deprecations)
Richard Levitte
2019-09-12
2
-5
/
+3
*
Rework test/run_tests.pl to support selective verbosity and TAP copy
Richard Levitte
2019-09-12
1
-53
/
+152
*
test/evp_test.c: try fetching algorithms
Richard Levitte
2019-09-12
1
-2
/
+16
*
Rework the perl fallback functionality
Richard Levitte
2019-09-12
1
-3
/
+5
*
Fix no-dsa
Matt Caswell
2019-09-12
1
-0
/
+4
*
Fix test error if scrypt is disabled
Paul Yang
2019-09-12
1
-1
/
+2
*
drbg: ensure fork-safety without using a pthread_atfork handler
Dr. Matthias St. Pierre
2019-09-11
1
-0
/
+45
*
Add EVP_CIPHER_CTX_tag_length()
Shane Lontis
2019-09-11
2
-0
/
+5
*
Update tests to (mostly) use KDF names
Pauli
2019-09-11
1
-11
/
+11
*
Coverity 1453632 & 1453635: Null pointer dereferences (FORWARD_NULL)
Pauli
2019-09-11
1
-2
/
+3
*
Coverity 1414465: Resource leaks (RESOURCE_LEAK)
Pauli
2019-09-11
1
-1
/
+3
*
[test] ECC: check the bounds for auto computing cofactor
Billy Brumley
2019-09-09
1
-0
/
+91
*
Revise EVP_PKEY param handling
Matt Caswell
2019-09-09
1
-0
/
+114
*
Check the DH modulus bit length
Bernd Edlinger
2019-09-09
1
-3
/
+13
*
Uniform TEST_*() check usage in test/ectest.c
Nicola Tuveri
2019-09-09
1
-13
/
+13
*
Fix spacing nit in test/ectest.c
Nicola Tuveri
2019-09-09
1
-1
/
+1
*
[ec] Match built-in curves on EC_GROUP_new_from_ecparameters
Nicola Tuveri
2019-09-09
1
-0
/
+267
*
[test] computing ECC cofactors: regression test
Billy Brumley
2019-09-07
1
-5
/
+5
*
Lowercase command line 'N' argument since params have lower case names
Pauli
2019-09-06
1
-1
/
+1
*
More KDF cleanup
Richard Levitte
2019-09-06
1
-12
/
+31
*
Update EVP test data for KDFs and PRFs.
Pauli
2019-09-06
1
-13
/
+13
*
Test updates in light of the KDF switchover
Pauli
2019-09-06
2
-148
/
+224
*
Teach TLSProxy how to parse CertificateRequest messages
Matt Caswell
2019-09-06
3
-19
/
+131
*
[test] computing ECC cofactors: regression test
Billy Brumley
2019-09-05
1
-3
/
+86
*
Change provider params from int to size_t
Shane Lontis
2019-09-05
1
-3
/
+4
*
Move libapps.a source to apps/lib
Richard Levitte
2019-09-04
1
-7
/
+8
*
OSSL_PARAM_construct_utf8_string computes the string length.
Pauli
2019-09-04
1
-4
/
+2
*
New function EVP_CIPHER_free()
Richard Levitte
2019-09-04
1
-5
/
+5
*
New function EVP_MD_free()
Richard Levitte
2019-09-04
1
-5
/
+5
*
test/errtest.c: more conditions for checking __FILE__ and __LINE__
Richard Levitte
2019-09-03
1
-5
/
+9
*
Remove extern declarations of OPENSSL_ia32cap_P
Bernd Edlinger
2019-09-01
1
-5
/
+1
*
Fix no-ec
Matt Caswell
2019-08-29
1
-2
/
+2
*
openssl provider: New sub-command, for provider discovery
Richard Levitte
2019-08-28
1
-0
/
+47
*
Coverty fixes for MACs
Richard Levitte
2019-08-27
1
-3
/
+5
*
testing: set OPENSSL_MODULES to the providers directory by default
Richard Levitte
2019-08-27
5
-9
/
+0
*
Cleanup ciphers and Add 3des ciphers.
Shane Lontis
2019-08-26
1
-0
/
+10
*
Get rid of the diversity of names for MAC parameters
Richard Levitte
2019-08-24
2
-21
/
+39
[next]