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
*
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2019-03-06
1
-1
/
+1
*
Test an overlong ChaCha20-Poly1305 nonce
Matt Caswell
2019-03-06
1
-0
/
+9
*
Make the sparse array code use ossl_uintmax_t as its index rather than size_t.
Pauli
2019-03-06
1
-8
/
+8
*
Configure: make C++ build tests optional and configurable
Richard Levitte
2019-03-05
3
-1
/
+7
*
testutil: ensure good treatment of argv on non-Unix platforms
Richard Levitte
2019-03-05
3
-1
/
+35
*
Check for negative return for signature size.Addresses Coverity 1442933
Pauli
2019-03-04
1
-2
/
+4
*
Fix no-ec, no-sm2 and no-sm3
Matt Caswell
2019-03-01
1
-2
/
+7
*
Do buildtests on our public header files with C++ as well
Richard Levitte
2019-02-27
1
-4
/
+12
*
Implement SSH KDF
Simo Sorce
2019-02-27
1
-0
/
+4853
*
Support raw input data in apps/pkeyutl
Paul Yang
2019-02-27
3
-0
/
+61
*
[test] modernize ecdsatest and extend ECDSA sign KATs
Billy Brumley
2019-02-26
2
-304
/
+10448
*
Disable 02-test_errstr.t on msys/mingw as well as MSWin32
Richard Levitte
2019-02-26
1
-0
/
+6
*
CID 1442838: API usage errors
Pauli
2019-02-24
1
-4
/
+2
*
Don't restrict the number of KeyUpdate messages we can process
Matt Caswell
2019-02-22
1
-0
/
+53
*
Test for constant-time flag leakage in BN_CTX
Nicola Tuveri
2019-02-20
1
-39
/
+122
*
test/context_internal_test.c: don't initialize as a separate test
Richard Levitte
2019-02-20
1
-7
/
+13
*
Add a test for interleaving app data with handshake data in TLSv1.3
Matt Caswell
2019-02-19
1
-6
/
+96
*
Fix a test ordering issue.
Pauli
2019-02-19
1
-1
/
+1
*
Properties for implementation selection.
Pauli
2019-02-18
4
-2
/
+392
*
[test] unit test for field_inv function pointer in EC_METHOD
Billy Brumley
2019-02-17
3
-1
/
+229
*
Add an OpenSSL library context
Richard Levitte
2019-02-16
3
-1
/
+112
*
Add CRYPTO_alloc_ex_data()
Richard Levitte
2019-02-16
1
-11
/
+57
*
Add EC_GROUP_get0_field
David Asraf
2019-02-15
1
-0
/
+38
*
Add option to disable Extended Master Secret
Todd Short
2019-02-15
5
-1
/
+373
*
Use order not degree to calculate a buffer size in ecdsatest
Matt Caswell
2019-02-15
1
-3
/
+3
*
Don't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post-handshake messages
Matt Caswell
2019-02-14
1
-28
/
+21
*
Ignore cipher suites when setting cipher list
Sam Roberts
2019-02-14
3
-6
/
+83
*
Sparse array iterators include index position.
Pauli
2019-02-14
1
-0
/
+95
*
test/build.info: add missing ../apps/include
Richard Levitte
2019-02-13
1
-1
/
+1
*
Added new EVP/KDF API.
David Makepeace
2019-02-13
8
-76
/
+916
*
Move libapps headers into their own directory
Richard Levitte
2019-02-13
2
-114
/
+114
*
Add sparse array data type.
Pauli
2019-02-12
3
-1
/
+120
*
test/recipes/02-err_errstr: skip errors that may not be loaded on Windows
Richard Levitte
2019-02-11
1
-0
/
+37
*
Updated test command line parsing to support commmon commands
Shane Lontis
2019-02-11
37
-211
/
+614
*
Allow the syntax of the .include directive to optionally have '='
Tomas Mraz
2019-02-11
3
-1
/
+13
*
Address a bug in the DRBG tests where the reseeding wasn't properly
Pauli
2019-02-08
1
-3
/
+3
*
test/drbgtest.c: call OPENSSL_thread_stop() explicitly
Richard Levitte
2019-02-07
1
-0
/
+10
*
blake2: add evpmac test vectors
Antoine Salon
2019-02-06
2
-4
/
+252
*
Remove unnecessary trailing whitespace
Sam Roberts
2019-02-05
6
-7
/
+7
*
Fix end-point shared secret for DTLS/SCTP
Michael Tuexen
2019-02-01
6
-2
/
+225
*
Fix a crash in reuse of i2d_X509_PUBKEY
Bernd Edlinger
2019-01-31
1
-0
/
+49
*
Fixed d2i_X509 in-place not re-hashing the ex_flags
Bernd Edlinger
2019-01-31
1
-0
/
+9
*
Fix a memory leak with di2_X509_CRL reuse
Bernd Edlinger
2019-01-31
1
-0
/
+15
*
Build cleanup: Remove the VMS hack from test/build.info
Richard Levitte
2019-01-31
1
-8
/
+1
*
Fix no-dso builds
Matt Caswell
2019-01-30
1
-0
/
+1
*
crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)
Antonio Iacono
2019-01-27
1
-0
/
+16
*
add an additional async notification communication method based on callback
Ping Yu
2019-01-27
1
-0
/
+38
*
Cleanup vxworks support to be able to compile for VxWorks 7
Klotz, Tobias
2019-01-24
1
-3
/
+13
*
Make sure we trigger retransmits in DTLS testing
Matt Caswell
2019-01-24
4
-14
/
+36
*
Build: Change all _NO_INST to use attributes instead.
Richard Levitte
2019-01-22
2
-18
/
+18
[next]