| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Act on deprecation of LONG and ZLONG, step 3 | Richard Levitte | 2017-04-10 | 1 | -1/+21 |
* | Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variants | Richard Levitte | 2017-04-10 | 1 | -1/+0 |
* | Implement internal ASN.1 types INT32, UINT32, INT64, UINT64 | Richard Levitte | 2017-04-04 | 1 | -0/+1 |
* | Code health: Remove VAX exceptions in util/mkdef.pl | Richard Levitte | 2017-02-28 | 1 | -29/+3 |
* | Implementation of the ARIA cipher as described in RFC 5794. | Pauli | 2017-02-21 | 1 | -1/+1 |
* | Add support for parameterized SipHash | Todd Short | 2017-02-01 | 1 | -1/+2 |
* | Revert "Remove heartbeats completely" | Richard Levitte | 2016-11-15 | 1 | -1/+1 |
* | Remove heartbeats completely | Richard Levitte | 2016-11-15 | 1 | -1/+1 |
* | Allow older versions in the *.num files | Matt Caswell | 2016-10-17 | 1 | -2/+1 |
* | Remove trailing whitespace from some files. | David Benjamin | 2016-10-11 | 1 | -4/+4 |
* | util/mkdef.pl: mark certain PEM function declarations with STDIO | Richard Levitte | 2016-08-05 | 1 | -4/+4 |
* | include/openssl: don't include <windows.h> in public headers. | Andy Polyakov | 2016-07-08 | 1 | -1/+2 |
* | Fold threads.h into crypto.h making API public | Viktor Dukhovni | 2016-05-16 | 1 | -1/+0 |
* | util/mkdef.pl: omit ordinals from Windows DLLs. | Andy Polyakov | 2016-05-10 | 1 | -4/+4 |
* | Fix no-cmac on Windows/VMS | Matt Caswell | 2016-04-22 | 1 | -0/+1 |
* | Copyright consolidation: perl files | Rich Salz | 2016-04-20 | 1 | -1/+8 |
* | Fix symbols missing from shared build | Matt Caswell | 2016-04-13 | 1 | -0/+1 |
* | Add OCSP to mkdef | Rich Salz | 2016-04-08 | 1 | -0/+1 |
* | Move dso.h to internal | Rich Salz | 2016-03-23 | 1 | -1/+1 |
* | Implement support for no-ts | Richard Levitte | 2016-03-18 | 1 | -0/+2 |
* | Remove Netware and OS/2 | Rich Salz | 2016-03-17 | 1 | -22/+5 |
* | Add blake2 support. | Bill Cox | 2016-03-11 | 1 | -1/+1 |
* | Run make update | Kurt Roeckx | 2016-03-10 | 1 | -2/+2 |
* | GH812: Fix for no-ui build on Windows | Mat | 2016-03-07 | 1 | -0/+2 |
* | Change names of ordinals and libs, libeay => libcrypto and ssleay => libssl | Richard Levitte | 2016-03-05 | 1 | -17/+17 |
* | add kdf.h to mkdef.pl | Dr. Stephen Henson | 2016-03-02 | 1 | -0/+1 |
* | Workaround for VisualStudio 2015 bug | Matt Caswell | 2016-02-29 | 1 | -1/+2 |
* | Public API for Certificate Transparency | Rob Percival | 2016-02-26 | 1 | -2/+3 |
* | Fix a mkdef.pl warning | Matt Caswell | 2016-02-26 | 1 | -1/+9 |
* | Implement new multi-threading API | Alessandro Ghedini | 2016-02-26 | 1 | -0/+1 |
* | Remove outdated DEBUG flags. | Rich Salz | 2016-02-18 | 1 | -1/+0 |
* | Remove JPAKE | Rich Salz | 2016-02-17 | 1 | -3/+0 |
* | Don't use libcrypto private headers with mkdef.pl | Richard Levitte | 2016-02-14 | 1 | -3/+2 |
* | Perl's chop / chomp considered bad, use a regexp instead | Richard Levitte | 2016-02-11 | 1 | -7/+5 |
* | unified build scheme: add a "unified" template for VMS descrip.mms | Richard Levitte | 2016-02-10 | 1 | -18/+15 |
* | unified build scheme: adjust some scripts | Richard Levitte | 2016-02-09 | 1 | -5/+8 |
* | Remove extraneous output from util/mk scripts | Rich Salz | 2016-01-28 | 1 | -12/+9 |
* | Move pqueue into ssl | Rich Salz | 2016-01-25 | 1 | -1/+0 |
* | Refactor file writing - Adapt util/mkdef.pl to use configdata.pm | Richard Levitte | 2016-01-22 | 1 | -16/+5 |
* | Avoid the r modifier for s/// (perl) | Richard Levitte | 2016-01-14 | 1 | -1/+1 |
* | Add a no-egd option to disable EGD-related code | Benjamin Kaduk | 2016-01-14 | 1 | -0/+2 |
* | Make sure to have both upper and mixed case symbols in SYMBOL_VECTOR | Richard Levitte | 2016-01-12 | 1 | -3/+8 |
* | Use SPARE instead of PRIVATE_PROCEDURE to reserve unused SYMBOL_VECTOR slots | Richard Levitte | 2016-01-12 | 1 | -1/+1 |
* | The limit per SYMBOL_VECTOR isn't the amount of symbols, it's the line length | Richard Levitte | 2016-01-12 | 1 | -14/+19 |
* | VMS INDENTIFICATION should only have the version number | Richard Levitte | 2016-01-12 | 1 | -1/+1 |
* | Have mkdef.pl use case sensitive symbols for shareable symbol vector | Richard Levitte | 2016-01-11 | 1 | -0/+1 |
* | Enable/disable crypto-mdebug just like other features | Viktor Dukhovni | 2016-01-11 | 1 | -1/+0 |
* | Disable some algorithms by default | Dr. Stephen Henson | 2016-01-11 | 1 | -0/+3 |
* | Future-proof deprecated declartion parsing | Viktor Dukhovni | 2016-01-10 | 1 | -1/+2 |
* | Add DEPRECATEDIN support. | Dr. Stephen Henson | 2016-01-09 | 1 | -10/+42 |