2015-12-07 |
Richard Levitte | Remove EVP_MD_CTX_cleanup and put its functionality... |
tree | commitdiff |
2015-12-07 |
Richard Levitte | Adapt the rest of the source to the opaque HMAC_CTX |
tree | commitdiff |
2015-12-07 |
Richard Levitte | Add inclusion of internal/evp_int.h to all crypto/... |
tree | commitdiff |
2015-12-07 |
Richard Levitte | Make the definition of EVP_MD opaque |
tree | commitdiff |
2015-12-07 |
Richard Levitte | Adjust all accesses to EVP_MD_CTX to use accessor funct... |
tree | commitdiff |
2015-12-07 |
Richard Levitte | Adapt HMAC to the EVP_MD_CTX changes |
tree | commitdiff |
2015-12-07 |
Richard Levitte | Have other crypto/evp files include evp_locl.h |
tree | commitdiff |
2015-12-07 |
Richard Levitte | Make the definition of EVP_MD_CTX opaque |
tree | commitdiff |
2015-12-02 |
Dr. Stephen Henson | Remove legacy sign/verify from EVP_MD. |
tree | commitdiff |
2015-11-24 |
Dr. Stephen Henson | Add ctrl for SHA1 and SSLv3 |
tree | commitdiff |
2015-11-24 |
Dr. Stephen Henson | make update |
tree | commitdiff |
2015-11-24 |
Dr. Stephen Henson | Add EVP_MD_CTX_ctrl function. |
tree | commitdiff |
2015-11-24 |
Dr. Stephen Henson | Add ssl3 ctrl to EVP_md5_sha1(). |
tree | commitdiff |
2015-11-24 |
Dr. Stephen Henson | Add MD5+SHA1 |
tree | commitdiff |
2015-11-21 |
Alessandro Ghedini | Fix (minor) problems found by ubsan |
tree | commitdiff |
2015-11-16 |
Andy Polyakov | aesni-sha256-x86_64.pl: fix crash on AMD Jaguar. |
tree | commitdiff |
2015-11-09 |
Matt Caswell | Continue standardising malloc style for libcrypto |
tree | commitdiff |
2015-11-05 |
Dr. Stephen Henson | Rebuild error source files. |
tree | commitdiff |
2015-10-24 |
Ben Laurie | Improve make depend. |
tree | commitdiff |
2015-10-24 |
Ben Laurie | Fix undeclared variable warnings. |
tree | commitdiff |
2015-10-23 |
Alessandro Ghedini | Remove useless code |
tree | commitdiff |
2015-10-23 |
Alessandro Ghedini | Check memory allocation |
tree | commitdiff |
2015-10-23 |
Alessandro Ghedini | Fix memory leaks and other mistakes on errors |
tree | commitdiff |
2015-10-14 |
Emilia Kasper | Remove EVP_CHECK_DES_KEY |
tree | commitdiff |
2015-10-13 |
Dr. Stephen Henson | RFC5753 compliance. |
tree | commitdiff |
2015-10-10 |
Dr. Stephen Henson | Typo. |
tree | commitdiff |
2015-09-22 |
Dr. Stephen Henson | make depend |
tree | commitdiff |
2015-09-21 |
Matt Caswell | Add GOST extensions to PKCS#5 |
tree | commitdiff |
2015-09-20 |
Dr. Stephen Henson | remove unneeded includes |
tree | commitdiff |
2015-09-20 |
Dr. Stephen Henson | make no-dh work |
tree | commitdiff |
2015-09-19 |
Viktor Dukhovni | Fix indentation |
tree | commitdiff |
2015-09-17 |
Emilia Kasper | base64 decode: check for high bit |
tree | commitdiff |
2015-09-17 |
Emilia Kasper | RT3757: base64 encoding bugs |
tree | commitdiff |
2015-09-16 |
Matt Caswell | make update |
tree | commitdiff |
2015-09-11 |
Ben Laurie | Enable -Wmissing-variable-declarations and |
tree | commitdiff |
2015-09-10 |
Dr. Stephen Henson | EVP_PKEY_METHOD accessor functions. |
tree | commitdiff |
2015-09-10 |
Emilia Kasper | RT3754: check for NULL pointer |
tree | commitdiff |
2015-09-04 |
Rich Salz | RT3998: Allow scrypt to be disabled |
tree | commitdiff |
2015-09-04 |
Rich Salz | More zalloc nits |
tree | commitdiff |
2015-09-03 |
Rich Salz | remove 0 assignments. |
tree | commitdiff |
2015-09-03 |
Dr. Stephen Henson | PBE lookup test |
tree | commitdiff |
2015-09-03 |
Rich Salz | Add and use OPENSSL_zalloc |
tree | commitdiff |
2015-08-14 |
Dr. Stephen Henson | CCM support. |
tree | commitdiff |
2015-08-12 |
Dr. Stephen Henson | Return error for unsupported modes. |
tree | commitdiff |
2015-08-10 |
Rich Salz | RT3999: Remove sub-component version strings |
tree | commitdiff |
2015-07-06 |
Dr. Stephen Henson | Relax CCM tag check. |
tree | commitdiff |
2015-06-11 |
Andy Polyakov | e_aes_cbc_hmac_sha*.c: address linker warning about... |
tree | commitdiff |
2015-06-08 |
Emilia Kasper | Use CRYPTO_memcmp when comparing authenticators |
tree | commitdiff |
2015-05-26 |
Dr. Stephen Henson | make update |
tree | commitdiff |
2015-05-26 |
Dr. Stephen Henson | Error if memory limit exceeded. |
tree | commitdiff |
2015-05-22 |
Richard Levitte | Fix the update target and remove duplicate file updates |
tree | commitdiff |
2015-05-21 |
Dr. Stephen Henson | Add scrypt PBE algorithm code. |
tree | commitdiff |
2015-05-20 |
Dr. Stephen Henson | make update |
tree | commitdiff |
2015-05-20 |
Dr. Stephen Henson | Add scrypt support. |
tree | commitdiff |
2015-05-14 |
Richard Levitte | make depend |
tree | commitdiff |
2015-05-14 |
Richard Levitte | Identify and move common internal libcrypto header... |
tree | commitdiff |
2015-05-13 |
Rich Salz | RT3841: memset() cipher_data when allocated |
tree | commitdiff |
2015-05-13 |
Matt Caswell | Remove Kerberos support from libssl |
tree | commitdiff |
2015-05-11 |
Rich Salz | Use p==NULL not !p (in if statements, mainly) |
tree | commitdiff |
2015-05-07 |
Rich Salz | Use "==0" instead of "!strcmp" etc |
tree | commitdiff |
2015-05-06 |
Gunnar Kudrjavets | Initialize potentially uninitialized local variables |
tree | commitdiff |
2015-05-06 |
Rich Salz | memset, memcpy, sizeof consistency fixes |
tree | commitdiff |
2015-05-04 |
Rich Salz | Use safer sizeof variant in malloc |
tree | commitdiff |
2015-05-03 |
Dr. Stephen Henson | Add OSSL_NELEM macro. |
tree | commitdiff |
2015-05-01 |
Rich Salz | free null cleanup finale |
tree | commitdiff |
2015-04-30 |
Matt Caswell | Sanity check EVP_EncodeUpdate buffer len |
tree | commitdiff |
2015-04-30 |
Matt Caswell | Sanity check EVP_CTRL_AEAD_TLS_AAD |
tree | commitdiff |
2015-04-30 |
Rich Salz | free cleanup almost the finale |
tree | commitdiff |
2015-04-30 |
Rich Salz | free NULL cleanup 5a |
tree | commitdiff |
2015-04-28 |
Rich Salz | remove malloc casts |
tree | commitdiff |
2015-04-24 |
Rich Salz | Big apps cleanup (option-parsing, etc) |
tree | commitdiff |
2015-04-01 |
Emilia Kasper | make update |
tree | commitdiff |
2015-03-31 |
Richard Levitte | Remove EXHEADER, TEST, APPS, links:, install: and unins... |
tree | commitdiff |
2015-03-31 |
Richard Levitte | Stop symlinking, move files to intended directory |
tree | commitdiff |
2015-03-30 |
Dr. Stephen Henson | Remove duplicate code. |
tree | commitdiff |
2015-03-30 |
Dr. Stephen Henson | Remove unnecessary asn1_mac.h includes. |
tree | commitdiff |
2015-03-28 |
Rich Salz | free NULL cleanup |
tree | commitdiff |
2015-03-28 |
Andy Polyakov | Engage vpaes-armv8 module. |
tree | commitdiff |
2015-03-25 |
Matt Caswell | RAND_bytes updates |
tree | commitdiff |
2015-03-25 |
Rich Salz | free NULL cleanup |
tree | commitdiff |
2015-03-24 |
Dr. Stephen Henson | make ASN1_OBJECT opaque |
tree | commitdiff |
2015-03-24 |
Dr. Stephen Henson | make depend |
tree | commitdiff |
2015-03-24 |
Dr. Stephen Henson | Move some EVP internals to evp_int.h |
tree | commitdiff |
2015-03-24 |
Dr. Stephen Henson | Move some ASN.1 internals to asn1_int.h |
tree | commitdiff |
2015-03-20 |
Dr. Stephen Henson | Add AES unwrap test with invalid key. |
tree | commitdiff |
2015-03-20 |
Dr. Stephen Henson | Fix memory leak. |
tree | commitdiff |
2015-03-12 |
Matt Caswell | Fix EVP_DigestInit_ex with NULL digest |
tree | commitdiff |
2015-03-11 |
Rich Salz | Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC |
tree | commitdiff |
2015-03-04 |
Dr. Stephen Henson | add RIPEMD160 whirlpool tests |
tree | commitdiff |
2015-02-27 |
Dr. Stephen Henson | reformat evp_test.c |
tree | commitdiff |
2015-02-27 |
Dr. Stephen Henson | Add OCB support and test vectors for evp_test. |
tree | commitdiff |
2015-02-27 |
Dr. Stephen Henson | Skip unsupported digests in evp_test |
tree | commitdiff |
2015-02-27 |
Dr. Stephen Henson | add MD4 test data |
tree | commitdiff |
2015-02-27 |
Dr. Stephen Henson | Skip unsupported ciphers in evp_test. |
tree | commitdiff |
2015-02-27 |
Dr. Stephen Henson | Add algorithm skip support. |
tree | commitdiff |
2015-02-26 |
Matt Caswell | Fix evp_extra_test.c with no-ec |
tree | commitdiff |
2015-02-25 |
Matt Caswell | Import evp_test.c from BoringSSL. Unfortunately we... |
tree | commitdiff |
2015-02-22 |
Andy Polyakov | evp/evp_test.c: avoid crashes when referencing uninitia... |
tree | commitdiff |
2015-02-14 |
Dr. Stephen Henson | More RSA tests. |
tree | commitdiff |
2015-02-13 |
Dr. Stephen Henson | remove unused method declaration |
tree | commitdiff |
next |