Sign in
flutter
/
third_party
/
openssl
/
ffbfbef94353d297cf6acd9081bb1f13dd8266e1
/
crypto
/
evp
/
evp_test.c
d77a970
PR: 2588
by Dr. Stephen Henson
· 14 years ago
2121f15
Use the right length (reported by Quanhong Wang).
by Ben Laurie
· 16 years ago
70d71f6
Fix warnings: printf format mismatches on 64 bit platforms.
by Dr. Stephen Henson
· 16 years ago
4c32969
Remove the dual-callback scheme for numeric and pointer thread IDs,
by Geoff Thorpe
· 17 years ago
5f834ab
Revert my earlier CRYPTO_THREADID commit, I will commit a reworked
by Geoff Thorpe
· 17 years ago
f7ccba3
There was a need to support thread ID types that couldn't be reliably cast
by Geoff Thorpe
· 17 years ago
96afc1c
Add SEED encryption algorithm.
by Bodo Möller
· 18 years ago
f3dea9a
Camellia cipher, contributed by NTT
by Bodo Möller
· 19 years ago
63d7407
changes from 0.9.8
by Nils Larsch
· 20 years ago
5906e8d
I think it could be a good thing to know what went wrong with the tests...
by Richard Levitte
· 21 years ago
0b13e9f
Add the possibility to build without the ENGINE framework. PR: 287
by Richard Levitte
· 22 years ago
3dda0dd
Some compilers are quite picky about non-void functions that don't return
by Richard Levitte
· 22 years ago
848f735
EXIT() needs to be in a function that returns int.
by Richard Levitte
· 22 years ago
55f78ba
Have all tests use EXIT() to exit rather than exit(), since the latter doesn't
by Richard Levitte
· 22 years ago
6631a7e
use sstrsep() to get the proper type to aoti().
by Richard Levitte
· 23 years ago
e6bd5e8
Make it possible to give vectors only for decryption or encryption.
by Richard Levitte
· 23 years ago
544a2ae
by Dr. Stephen Henson
· 23 years ago
236be53
gcc figures that the format specifier %2x means unsigned int, so let's
by Richard Levitte
· 23 years ago
6cc3700
don't call OPENSSL_config(), this does not make any sense during "make test"
by Bodo Möller
· 23 years ago
9dd5ae6
Constification, add config to /dev/crypto.
by Ben Laurie
· 23 years ago
b83eddc
Win32 fixes.
by Dr. Stephen Henson
· 23 years ago
581f1c8
Modify EVP cipher behaviour in a similar way to digests to retain compatibility.
by Dr. Stephen Henson
· 23 years ago
20d2186
by Dr. Stephen Henson
· 23 years ago
11a57c7
This changes EVP's cipher and digest code to hook via the ENGINE support.
by Geoff Thorpe
· 24 years ago
cb78486
This commits changes to various parts of libcrypto required by the recent
by Geoff Thorpe
· 24 years ago
997a54c
'evp_test' needs to initialise and cleanup EVP_CIPHER_CTX structures. Also,
by Geoff Thorpe
· 24 years ago
5b46eee
strsep implementation to allow the file to compile on non-BSD systems
by Ulf Möller
· 24 years ago
8716dbe
undo, didn't work
by Ulf Möller
· 24 years ago
e9bc66c
*** empty log message ***
by Ulf Möller
· 24 years ago
c078798
strsep implementation to allow the file to compile on non-BSD systems
by Ulf Möller
· 24 years ago
4897dc4
Test digests.
by Ben Laurie
· 24 years ago
a8a0049
Add AES tests.
by Ben Laurie
· 24 years ago
0e36019
Add EVP test program.
by Ben Laurie
· 24 years ago