I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Message digest stuff. More... about 26 years ago
New Configure option no-<cipher> (rsa, idea, rc5, ...). More... about 26 years ago
Add missing DEPFLAG. More... about 26 years ago
Oops ... fix warning. More... about 26 years ago
New Configure option no-<cipher> (rsa, idea, rc5, ...). More... about 26 years ago
Add PKCS#12 documentation and new option in x509 to add certificate extensions. More... about 26 years ago
Remove NOPROTO-related macros. More... about 26 years ago
Last week I proposed to increase the version number to 1.0. So far nobody complained... More... about 26 years ago
Ignore autogenerated file. More... about 26 years ago
Remove NOPROTO definitions and error code comments. More... about 26 years ago
Extensively changed the DEF file generator mkdef.pl to use a modified version of Ulf's prototype parser, also general tidying and fixing of several problems with the original. Its still a bit of a hack but should work. More... about 26 years ago
Fixes so it will compile again under Win32. More... about 26 years ago
Various header consistency fixes. More... about 26 years ago
Fix mkerr.pl to find functions returning function pointers (thanks Ulf!) also add a few missing prototypes. More... about 26 years ago
Submitted by: Reviewed by: PR: More... about 26 years ago
Fixed a typo. More... about 26 years ago
Comment changed. More... about 26 years ago
exit on error. More... about 26 years ago
Removed traces of cryptall.h, and did a "make depend". More... about 26 years ago
*** empty log message *** More... about 26 years ago
New Configure option --openssldir to replace ssldir.pl. More... about 26 years ago
New Configure option --openssldir to replace util/ssldir.pl. More... about 26 years ago
cryptall.h is not needed for anything and cannot even be #include-d without producing error messages. Submitted by: Reviewed by: PR: More... about 26 years ago
Fix header files so that any one can be included first. More... about 26 years ago
Replaced by mkerr.pl More... about 26 years ago
Some instructions for how to handle the <foo.h> => <openssl/foo.h> transition. More... about 26 years ago
Change the command line options of mkerr.pl so -static is now default and a -write option is needed to actually change anything. Second attempt at getting rid of ERR, ERRC definitions: it might even work this time :-) More... about 26 years ago
"perl util/mkerr.pl -static -recurse -rebuild" because the previous codebase apparently was inconsistent. And crypto/Makefile.ssl *does* need an ERRC .. Submitted by: Reviewed by: PR: More... about 26 years ago
Removed superfluous reference to ERRC. More... about 26 years ago
Restore ERRC definitions that are needed to compile the library. More... about 26 years ago