.. |
.cvsignore
|
4bb61becbb
Add emacs cache files to .cvsignore.
|
19 vuotta sitten |
Makefile
|
c608171d9c
Add RC4-MD5 and AESNI-SHA1 "stitched" implementations.
|
13 vuotta sitten |
bio_b64.c
|
cb877ccb35
PR: 2258
|
14 vuotta sitten |
bio_enc.c
|
c2bf720842
Add missing function EVP_CIPHER_CTX_copy(). Current code uses memcpy() to copy
|
14 vuotta sitten |
bio_md.c
|
b6dcdbfc94
Audit libcrypto for unchecked return values: fix all cases enountered
|
15 vuotta sitten |
bio_ok.c
|
b6dcdbfc94
Audit libcrypto for unchecked return values: fix all cases enountered
|
15 vuotta sitten |
c_all.c
|
2b247cf81f
OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer a
|
20 vuotta sitten |
c_allc.c
|
c608171d9c
Add RC4-MD5 and AESNI-SHA1 "stitched" implementations.
|
13 vuotta sitten |
c_alld.c
|
4e9de7aa3a
Delete MD2 from algorithm tables as in 0.9.8-stable. However since this is
|
15 vuotta sitten |
digest.c
|
8c4ce7bab2
Fix memory leak: free up ENGINE functional reference if digest is not
|
14 vuotta sitten |
e_aes.c
|
8ca28da0a7
Integrate Vector Permutation AES into build system.
|
13 vuotta sitten |
e_aes_cbc_hmac_sha1.c
|
5e92fd244c
Stop warnings.
|
13 vuotta sitten |
e_bf.c
|
abf21308d2
Make sure we get the definition of OPENSSL_NO_BF.
|
21 vuotta sitten |
e_camellia.c
|
7a4bd34a4f
FIPS mode EVP changes:
|
13 vuotta sitten |
e_cast.c
|
fb10590910
Make sure we get the definition of OPENSSL_NO_CAST.
|
21 vuotta sitten |
e_des.c
|
5cabcf96e7
Fix "possible loss of data" Win64 compiler warnings.
|
16 vuotta sitten |
e_des3.c
|
05e24c87dd
Extensive reorganisation of PRNG handling in FIPS module: all calls
|
13 vuotta sitten |
e_dsa.c
|
ec577822f9
Change #include filenames from <foo.h> to <openssl.h>.
|
25 vuotta sitten |
e_idea.c
|
b444ac3e6f
size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't require
|
16 vuotta sitten |
e_null.c
|
9ebc37e667
add null cipher to FIPS module
|
13 vuotta sitten |
e_old.c
|
2e7245f5a3
Use OPENSSL_NO_CAST, not OPENSSL_NO_CAST5 in e_old.c
|
19 vuotta sitten |
e_rc2.c
|
b6dcdbfc94
Audit libcrypto for unchecked return values: fix all cases enountered
|
15 vuotta sitten |
e_rc4.c
|
b444ac3e6f
size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't require
|
16 vuotta sitten |
e_rc4_hmac_md5.c
|
7daf0efad9
Fix warning.
|
13 vuotta sitten |
e_rc5.c
|
f118514501
Make sure we get the definition of OPENSSL_NO_RC5.
|
21 vuotta sitten |
e_seed.c
|
96afc1cfd5
Add SEED encryption algorithm.
|
17 vuotta sitten |
e_xcbc_d.c
|
b444ac3e6f
size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't require
|
16 vuotta sitten |
encode.c
|
c8bbd98a2b
Fix warnings.
|
14 vuotta sitten |
evp.h
|
819cf4b886
Sync error codes with 1.0.1-stable.
|
13 vuotta sitten |
evp_acnf.c
|
2e5975285e
Update obsolete email address...
|
16 vuotta sitten |
evp_enc.c
|
4fc02f1229
Use a signed value to check return value of do_cipher().
|
13 vuotta sitten |
evp_err.c
|
ae53b299fa
make update
|
13 vuotta sitten |
evp_key.c
|
08df41277a
PR: 1904
|
14 vuotta sitten |
evp_lib.c
|
83e9c36261
Use default ASN1 if flag set.
|
13 vuotta sitten |
evp_locl.h
|
7a4bd34a4f
FIPS mode EVP changes:
|
13 vuotta sitten |
evp_pbe.c
|
e50858c559
PR: 2127
|
15 vuotta sitten |
evp_pkey.c
|
2e5975285e
Update obsolete email address...
|
16 vuotta sitten |
evp_test.c
|
d77a970669
PR: 2588
|
13 vuotta sitten |
evptests.txt
|
d976f99294
Add AES counter mode to EVP.
|
14 vuotta sitten |
m_dss.c
|
3096d53b46
Update dependencies for m_dss.c too.
|
13 vuotta sitten |
m_dss1.c
|
068291cd44
Remove x509.h from SHA1 clone digests, update dependencies.
|
13 vuotta sitten |
m_ecdsa.c
|
068291cd44
Remove x509.h from SHA1 clone digests, update dependencies.
|
13 vuotta sitten |
m_md2.c
|
3eeaab4bed
make
|
19 vuotta sitten |
m_md4.c
|
3eeaab4bed
make
|
19 vuotta sitten |
m_md5.c
|
3eeaab4bed
make
|
19 vuotta sitten |
m_mdc2.c
|
17ebc10ffa
PR: 2161
|
14 vuotta sitten |
m_null.c
|
9e0aad9fd6
size_t-fication of message digest APIs. We should size_t-fy more APIs...
|
20 vuotta sitten |
m_ripemd.c
|
3eeaab4bed
make
|
19 vuotta sitten |
m_sha.c
|
3eeaab4bed
make
|
19 vuotta sitten |
m_sha1.c
|
37eae9909a
Remove unnecessary dependencies.
|
13 vuotta sitten |
m_sigver.c
|
ae3fff5034
Some of the MS_STATIC use in crypto/evp is a legacy from the days when
|
14 vuotta sitten |
m_wp.c
|
8b9afce53a
Add Whirlpool to EVP.
|
19 vuotta sitten |
names.c
|
c608171d9c
Add RC4-MD5 and AESNI-SHA1 "stitched" implementations.
|
13 vuotta sitten |
openbsd_hw.c
|
11a57c7be5
This changes EVP's cipher and digest code to hook via the ENGINE support.
|
23 vuotta sitten |
p5_crpt.c
|
b6dcdbfc94
Audit libcrypto for unchecked return values: fix all cases enountered
|
15 vuotta sitten |
p5_crpt2.c
|
19ec2f4194
Fix warnings (note that gcc 4.2 has a bug that makes one of its
|
14 vuotta sitten |
p_dec.c
|
c927df3fa1
Initial DSA EVP_PKEY_METHOD. Fixup some error codes.
|
18 vuotta sitten |
p_enc.c
|
c927df3fa1
Initial DSA EVP_PKEY_METHOD. Fixup some error codes.
|
18 vuotta sitten |
p_lib.c
|
09c1dc850c
PR: 2385
|
14 vuotta sitten |
p_open.c
|
b6dcdbfc94
Audit libcrypto for unchecked return values: fix all cases enountered
|
15 vuotta sitten |
p_seal.c
|
b6dcdbfc94
Audit libcrypto for unchecked return values: fix all cases enountered
|
15 vuotta sitten |
p_sign.c
|
ae3fff5034
Some of the MS_STATIC use in crypto/evp is a legacy from the days when
|
14 vuotta sitten |
p_verify.c
|
ae3fff5034
Some of the MS_STATIC use in crypto/evp is a legacy from the days when
|
14 vuotta sitten |
pmeth_fn.c
|
f0288f05b9
Submitted by: Artem Chuprina <ran@cryptocom.ru>
|
15 vuotta sitten |
pmeth_gn.c
|
46fc96d4ba
constify EVP_PKEY_new_mac_key()
|
14 vuotta sitten |
pmeth_lib.c
|
f830c68f4d
add "missing" functions to copy EVP_PKEY_METHOD and examine info
|
14 vuotta sitten |