| Commit message (Expand) | Author | Age | Files | Lines |
* | Use safer sizeof variant in malloc | Rich Salz | 2015-05-04 | 2 | -2/+2 |
* | free NULL cleanup -- coda | Rich Salz | 2015-05-01 | 1 | -6/+3 |
* | free null cleanup finale | Rich Salz | 2015-05-01 | 5 | -20/+10 |
* | free NULL cleanup 7 | Rich Salz | 2015-05-01 | 8 | -113/+61 |
* | Fix buffer overrun in RSA signing | Matt Caswell | 2015-05-01 | 1 | -1/+7 |
* | free cleanup almost the finale | Rich Salz | 2015-04-30 | 4 | -34/+11 |
* | free NULL cleanup 5a | Rich Salz | 2015-04-30 | 2 | -10/+5 |
* | remove malloc casts | Rich Salz | 2015-04-28 | 4 | -6/+6 |
* | 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 | 2 | -999/+0 |
* | Remove duplicate code. | Dr. Stephen Henson | 2015-03-30 | 1 | -22/+6 |
* | free NULL cleanup | Rich Salz | 2015-03-25 | 1 | -2/+1 |
* | make ASN1_OBJECT opaque | Dr. Stephen Henson | 2015-03-24 | 1 | -1/+1 |
* | make depend | Dr. Stephen Henson | 2015-03-24 | 1 | -3/+3 |
* | Move some EVP internals to evp_int.h | Dr. Stephen Henson | 2015-03-24 | 1 | -1/+1 |
* | Move some ASN.1 internals to asn1_int.h | Dr. Stephen Henson | 2015-03-24 | 1 | -1/+1 |
* | free NULL cleanup | Rich Salz | 2015-03-24 | 2 | -8/+4 |
* | Remove old ASN.1 code. | Dr. Stephen Henson | 2015-03-23 | 1 | -1/+1 |
* | Reject invalid PSS parameters. | Dr. Stephen Henson | 2015-03-19 | 1 | -1/+2 |
* | Fix RSA_X931_derive_ex | Matt Caswell | 2015-03-12 | 1 | -5/+4 |
* | Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp | Rich Salz | 2015-02-03 | 1 | -11/+0 |
* | OPENSSL_NO_xxx cleanup: SHA | Rich Salz | 2015-01-27 | 2 | -16/+9 |
* | OPENSSL_NO_xxx cleanup: many removals | Rich Salz | 2015-01-27 | 1 | -5/+1 |
* | Remove obsolete support for old code. | Rich Salz | 2015-01-26 | 1 | -13/+2 |
* | Re-align some comments after running the reformat script. | Matt Caswell | 2015-01-22 | 1 | -12/+12 |
* | Rerun util/openssl-format-source -v -c .master-post-auto-reformat | Matt Caswell | 2015-01-22 | 1 | -3/+2 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 24 | -5444/+5307 |
* | Fix strange formatting by indent | Matt Caswell | 2015-01-22 | 1 | -6/+12 |
* | indent has problems with comments that are on the right hand side of a line. | Matt Caswell | 2015-01-22 | 2 | -29/+38 |
* | Cleanup OPENSSL_NO_xxx, part 1master-pre-reformat | Rich Salz | 2015-01-14 | 2 | -2/+2 |
* | RT3548: Remove unsupported platforms | Rich Salz | 2015-01-12 | 1 | -1/+1 |
* | mark all block comments that need format preserving so that | Tim Hudson | 2014-12-30 | 1 | -2/+2 |
* | Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATED | Matt Caswell | 2014-12-18 | 1 | -6/+6 |
* | Implement internally opaque bn access from rsa | Matt Caswell | 2014-12-08 | 7 | -55/+130 |
* | remove OPENSSL_FIPSAPI | Dr. Stephen Henson | 2014-12-08 | 10 | -10/+10 |
* | remove FIPS module code from crypto/rsa | Dr. Stephen Henson | 2014-12-08 | 4 | -236/+0 |
* | Remove fips_constseg references. | Dr. Stephen Henson | 2014-12-08 | 1 | -1/+0 |
* | Remove fipscanister build functionality from makefiles. | Dr. Stephen Henson | 2014-12-08 | 1 | -1/+1 |
* | Remove all .cvsignore files | Rich Salz | 2014-11-29 | 1 | -4/+0 |
* | RT2679: Fix error if keysize too short | Annie Yousar | 2014-11-20 | 1 | -2/+2 |
* | Include "constant_time_locl.h" rather than "../constant_time_locl.h". | Richard Levitte | 2014-10-15 | 2 | -2/+2 |
* | Add additional DigestInfo checks. | Dr. Stephen Henson | 2014-09-29 | 1 | -1/+20 |
* | RT3066: rewrite RSA padding checks to be slightly more constant time. | Emilia Kasper | 2014-09-24 | 5 | -94/+167 |
* | crypto/rsa/rsa_chk.c: harmonize error codes. | Andy Polyakov | 2014-09-21 | 3 | -10/+12 |
* | RT2626: Change default_bits from 1K to 2K | Kurt Roeckx | 2014-09-08 | 1 | -1/+1 |
* | RT992: RSA_check_key should have a callback arg | Rich Salz | 2014-09-08 | 2 | -2/+8 |
* | RT2163: Remove some unneeded #include's | Doug Goldstein | 2014-08-18 | 2 | -2/+0 |
* | Return smaller of ret and f. | Alan Hryngle | 2014-07-05 | 1 | -1/+1 |
* | remove duplicate 0x for default RSASSA-PSS salt len | Martin Kaiser | 2014-05-29 | 1 | -1/+1 |
* | Add functions returning security bits. | Dr. Stephen Henson | 2014-03-28 | 3 | -0/+12 |