Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright consolidation: perl files | Rich Salz | 2016-04-20 | 3 | -120/+38 |
* | Remove check_defer() | Dr. Stephen Henson | 2016-04-13 | 1 | -16/+0 |
* | Rename int_*() functions to *_int() | Matt Caswell | 2016-04-13 | 1 | -1/+1 |
* | Rename lots of *_intern or *_internal function to int_* | Matt Caswell | 2016-04-13 | 1 | -2/+2 |
* | Deprecate OBJ_cleanup() and make it a no-op | Matt Caswell | 2016-04-13 | 1 | -2/+2 |
* | Deprecate EVP_cleanup() and make it a no-op | Matt Caswell | 2016-04-13 | 1 | -2/+2 |
* | Remove the remainder of util/mk1mf.pl and companion scripts | Richard Levitte | 2016-03-21 | 1 | -3/+0 |
* | Review comments | Kurt Roeckx | 2016-03-11 | 3 | -14/+14 |
* | Add blake2 support. | Bill Cox | 2016-03-11 | 3 | -5/+22 |
* | Add cipher query functions | Todd Short | 2016-03-08 | 3 | -3/+95 |
* | GH355: Implement HKDF | Alessandro Ghedini | 2016-03-04 | 3 | -3/+10 |
* | Rename OIDs. | Dr. Stephen Henson | 2016-02-28 | 3 | -33/+19 |
* | RT4335: Fix UEFI build of OBJ_NAME_new_index() | David Woodhouse | 2016-02-26 | 1 | -8/+16 |
* | Always build library object files with shared library cflags | Richard Levitte | 2016-02-20 | 1 | -1/+1 |
* | Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND | Richard Levitte | 2016-02-18 | 1 | -1/+1 |
* | Perl's chop / chomp considered bad, use a regexp instead | Richard Levitte | 2016-02-11 | 3 | -6/+6 |
* | GH601: Various spelling fixes. | FdaSilvaYY | 2016-02-05 | 1 | -1/+1 |
* | update OID tables | Dr. Stephen Henson | 2016-02-04 | 2 | -5/+29 |
* | Add Curve OIDs from draft-josefsson-pkix-newcurves | Dr. Stephen Henson | 2016-02-04 | 1 | -0/+7 |
* | RT2752: Add some EKU OID's | Rich Salz | 2016-02-04 | 3 | -5/+91 |
* | RT2353: Add ipsec IKE OID | Rich Salz | 2016-02-02 | 3 | -5/+14 |
* | unified build scheme: add build.info files | Richard Levitte | 2016-02-01 | 1 | -0/+3 |
* | Templatize util/domd | Rich Salz | 2016-01-29 | 2 | -2/+2 |
* | Always DPURIFY | Emilia Kasper | 2016-01-29 | 1 | -1/+0 |
* | Complete the removal of /* foo.c */ comments | Richard Levitte | 2016-01-27 | 3 | -5/+0 |
* | Remove /* foo.c */ comments | Rich Salz | 2016-01-26 | 5 | -5/+0 |
* | Consolidate "make update" | Rich Salz | 2016-01-20 | 1 | -1/+1 |
* | Add TLS PRF method. | Dr. Stephen Henson | 2016-01-19 | 3 | -3/+10 |
* | Remove some old makefile targets | Rich Salz | 2016-01-17 | 1 | -12/+0 |
* | Move Makefiles to Makefile.in | Rich Salz | 2016-01-12 | 2 | -119/+74 |
* | make update | Richard Levitte | 2016-01-12 | 1 | -27/+28 |
* | Use ossl_inline and DEFINE_LHASH_OF | Dr. Stephen Henson | 2016-01-11 | 1 | -2/+2 |
* | Add lh_doall_arg inlining | Dr. Stephen Henson | 2016-01-11 | 1 | -7/+6 |
* | Add lh_doall inlining | Dr. Stephen Henson | 2016-01-11 | 2 | -10/+4 |
* | Add lh_new() inlining | Dr. Stephen Henson | 2016-01-11 | 2 | -20/+6 |
* | Inline LHASH_OF | Dr. Stephen Henson | 2016-01-11 | 5 | -15/+17 |
* | mem functions cleanup | Rich Salz | 2016-01-07 | 2 | -9/+9 |
* | Only declare stacks in headers | Dr. Stephen Henson | 2016-01-07 | 6 | -7/+12 |
* | Rename DECLARE*STACK_OF to DEFINE*STACK_OF | Dr. Stephen Henson | 2016-01-07 | 2 | -2/+2 |
* | Rename some BUF_xxx to OPENSSL_xxx | Rich Salz | 2015-12-16 | 1 | -3/+3 |
* | Support the TLS Feature (aka Must Staple) X.509v3 extension (RFC7633). | Rob Stradling | 2015-12-10 | 3 | -5/+12 |
* | Add ChaCha20-Poly1305 and ChaCha20 NIDs. | Andy Polyakov | 2015-12-10 | 3 | -3/+13 |
* | Continue standardising malloc style for libcrypto | Matt Caswell | 2015-11-09 | 2 | -7/+7 |
* | Rebuild error source files. | Dr. Stephen Henson | 2015-11-05 | 1 | -1/+1 |
* | New cipher and cipher modes standardized in Russia | Dmitry Belyavskiy | 2015-10-05 | 3 | -3/+50 |
* | remove 0 assignments. | Rich Salz | 2015-09-03 | 1 | -5/+1 |
* | Add new GOST OIDs | Dmitry Belyavsky | 2015-08-17 | 5 | -5/+305 |
* | Add $! to errors, use script basename. | Rich Salz | 2015-06-23 | 1 | -5/+4 |
* | return correct NID for undefined object | Dr. Stephen Henson | 2015-06-08 | 1 | -0/+3 |
* | RT3230: Better test for C identifier | Annie Yousar | 2015-06-02 | 2 | -5/+5 |