| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove /* foo.c */ comments | Rich Salz | 2016-01-26 | 15 | -15/+0 |
* | Remove update tags | Rich Salz | 2016-01-20 | 1 | -2/+0 |
* | Remove some old makefile targets | Rich Salz | 2016-01-17 | 1 | -12/+0 |
* | Move Makefiles to Makefile.in | Rich Salz | 2016-01-12 | 2 | -293/+67 |
* | make update | Richard Levitte | 2016-01-12 | 1 | -128/+158 |
* | Adapt all EVP_CIPHER_CTX users for it becoming opaque | Richard Levitte | 2016-01-12 | 1 | -7/+11 |
* | make update | Dr. Stephen Henson | 2015-12-09 | 1 | -26/+11 |
* | Fix clang complaints about uninitialised variables. | Richard Levitte | 2015-12-07 | 1 | -3/+3 |
* | Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) | Richard Levitte | 2015-12-07 | 1 | -2/+2 |
* | Adapt the rest of the source to the opaque HMAC_CTX | Richard Levitte | 2015-12-07 | 1 | -8/+8 |
* | Adjust all accesses to EVP_MD_CTX to use accessor functions. | Richard Levitte | 2015-12-07 | 1 | -10/+13 |
* | Adapt HMAC to the EVP_MD_CTX changes | Richard Levitte | 2015-12-07 | 1 | -1/+1 |
* | Continue standardising malloc style for libcrypto | Matt Caswell | 2015-11-09 | 2 | -2/+3 |
* | Set salt length after the malloc has succeeded | Alessandro Ghedini | 2015-10-23 | 1 | -1/+1 |
* | Fix memory leaks and other mistakes on errors | Alessandro Ghedini | 2015-10-23 | 1 | -7/+20 |
* | GOST PKCS12 support | Matt Caswell | 2015-09-21 | 1 | -3/+38 |
* | RT4002: check for NULL cipher in p12_crpt.c | Emilia Kasper | 2015-09-01 | 1 | -0/+3 |
* | Don't output bogus errors in PKCS12_parse | Dr. Stephen Henson | 2015-06-25 | 1 | -0/+2 |
* | Use CRYPTO_memcmp when comparing authenticators | Emilia Kasper | 2015-06-08 | 1 | -1/+2 |
* | Add function PKCS8_set0_pbe | Dr. Stephen Henson | 2015-05-26 | 2 | -19/+33 |
* | Fix memory leak. | Dr. Stephen Henson | 2015-05-26 | 1 | -2/+2 |
* | Fix the update target and remove duplicate file updates | Richard Levitte | 2015-05-22 | 1 | -0/+2 |
* | make depend | Richard Levitte | 2015-05-14 | 1 | -13/+19 |
* | Identify and move common internal libcrypto header files | Richard Levitte | 2015-05-14 | 13 | -13/+13 |
* | Use p==NULL not !p (in if statements, mainly) | Rich Salz | 2015-05-11 | 10 | -34/+45 |
* | free cleanup almost the finale | Rich Salz | 2015-04-30 | 1 | -4/+1 |
* | free NULL cleanup 5a | Rich Salz | 2015-04-30 | 1 | -9/+5 |
* | free NULL cleanup 8 | Rich Salz | 2015-04-30 | 1 | -2/+1 |
* | free NULL cleanup 9 | Rich Salz | 2015-04-11 | 2 | -22/+8 |
* | Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant | Richard Levitte | 2015-03-31 | 1 | -17/+1 |
* | Stop symlinking, move files to intended directory | Richard Levitte | 2015-03-31 | 1 | -340/+0 |
* | Remove duplicate code. | Dr. Stephen Henson | 2015-03-30 | 2 | -12/+3 |
* | free NULL cleanup | Rich Salz | 2015-03-28 | 1 | -1/+1 |
* | RAND_bytes updates | Matt Caswell | 2015-03-25 | 1 | -1/+1 |
* | Remove old ASN.1 code. | Dr. Stephen Henson | 2015-03-23 | 5 | -7/+7 |
* | Make X509_ATTRIBUTE opaque. | Dr. Stephen Henson | 2015-03-16 | 1 | -12/+3 |
* | Remove obsolete declarations. | Dr. Stephen Henson | 2015-03-12 | 2 | -4/+0 |
* | Remove OPENSSL_NO_HMAC | Dr. Stephen Henson | 2015-02-06 | 1 | -2/+0 |
* | Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp | Rich Salz | 2015-02-03 | 1 | -7/+0 |
* | clang on Linux x86_64 complains about unreachable code. | Richard Levitte | 2015-01-29 | 1 | -2/+0 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 16 | -1557/+1621 |
* | Cleanup OPENSSL_NO_xxx, part 1master-pre-reformat | Rich Salz | 2015-01-14 | 1 | -2/+2 |
* | Remove fipscanister build functionality from makefiles. | Dr. Stephen Henson | 2014-12-08 | 1 | -1/+1 |
* | Remove all .cvsignore files | Rich Salz | 2014-11-28 | 1 | -4/+0 |
* | Fix memory leak. | František Bořánek | 2014-05-29 | 1 | -1/+1 |
* | Fix for PKCS12_create if no-rc2 specified. | Dr. Stephen Henson | 2014-05-21 | 1 | -0/+8 |
* | PKCS#8 support for alternative PRFs. | Dr. Stephen Henson | 2014-03-01 | 1 | -2/+9 |
* | Fix memory leak. | Dr. Stephen Henson | 2014-03-01 | 1 | -4/+8 |
* | Version skew reduction: trivia (I hope). | Ben Laurie | 2012-06-03 | 1 | -2/+3 |
* | PR: 2737 | Dr. Stephen Henson | 2012-02-27 | 1 | -1/+1 |