Sign in
flutter
/
third_party
/
openssl
/
d663df2399d1d9d6015bcfd2ec87b925ea3558a2
/
crypto
/
evp
/
openbsd_hw.c
f756fb4
RT1815: More const'ness improvements
by Justin Blanchard
· 11 years ago
6f77f82
dev_crypto_md5_copy: return error if allocating to_md->data fails
by Jonas Maebe
· 11 years ago
771e0c6
dev_crypto_md5_update: check result of realloc(md_data->data) and don't leak memory if it fails
by Jonas Maebe
· 11 years ago
d8513b4
dev_crypto_cipher: return immediately if allocating cin/cout failed
by Jonas Maebe
· 11 years ago
c84029d
dev_crypto_init_key: return error if allocating CDATA(ctx)->key failed
by Jonas Maebe
· 11 years ago
11a57c7
This changes EVP's cipher and digest code to hook via the ENGINE support.
by Geoff Thorpe
· 24 years ago
e8330cf
Add a cleanup function for MDs.
by Ben Laurie
· 24 years ago
931a23a
rearrange #includes because trying to include <crypto/cryptodev.h>
by Bodo Möller
· 24 years ago
2618893
Make MD functions take EVP_MD_CTX * instead of void *, add copy() function.
by Ben Laurie
· 24 years ago
35e33f0
Add digests.
by Ben Laurie
· 24 years ago
82b2230
Add RC4 support to OpenBSD.
by Ben Laurie
· 24 years ago
0e36019
Add EVP test program.
by Ben Laurie
· 24 years ago
354c3ac
Add first cut symmetric crypto support.
by Ben Laurie
· 24 years ago
0713f8a
Parameter correction for CIOFSESSION.
by Ben Laurie
· 24 years ago
1ba01ca
Make /dev/crypto work with new EVP structures.
by Ben Laurie
· 24 years ago
dbfc0f8
Vade retro C++ comments!
by Richard Levitte
· 24 years ago
0e06354
ANSIfication.
by Ben Laurie
· 24 years ago
47c3448
Not all platforms have the OpenBSD crypto device.
by Richard Levitte
· 24 years ago
c518ade
Clean up EVP macros, rename DES EDE3 modes correctly, temporary support for
by Ben Laurie
· 24 years ago