Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 6 | -2589/+2713 |
| | | | | Reviewed-by: Tim Hudson <tjh@openssl.org> | ||||
* | indent has problems with comments that are on the right hand side of a line. | Matt Caswell | 2015-01-22 | 1 | -14/+27 |
| | | | | | | | Sometimes it fails to format them very well, and sometimes it corrupts them! This commit moves some particularly problematic ones. Reviewed-by: Tim Hudson <tjh@openssl.org> | ||||
* | Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATED | Matt Caswell | 2014-12-18 | 1 | -1/+1 |
| | | | | | | Introduce use of DECLARE_DEPRECATED Reviewed-by: Rich Salz <rsalz@openssl.org> | ||||
* | Remove fipscanister build functionality from makefiles. | Dr. Stephen Henson | 2014-12-08 | 1 | -1/+1 |
| | | | | Reviewed-by: Tim Hudson <tjh@openssl.org> | ||||
* | Remove all .cvsignore files | Rich Salz | 2014-11-28 | 1 | -4/+0 |
| | | | | Reviewed-by: Tim Hudson <tjh@openssl.org> | ||||
* | Add explanatory note to crypto/store/README | Rich Salz | 2014-08-31 | 1 | -0/+6 |
| | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> | ||||
* | Change AR to ARX to allow exclusion of fips object modules | Dr. Stephen Henson | 2011-01-26 | 1 | -1/+1 |
| | |||||
* | Make it possible to disable STORE. | Richard Levitte | 2009-02-19 | 1 | -0/+6 |
| | |||||
* | Reference bug. | Richard Levitte | 2009-02-19 | 1 | -2/+2 |
| | |||||
* | Remove extraneous semicolons | Richard Levitte | 2008-12-16 | 1 | -2/+2 |
| | |||||
* | More type-checking. | Ben Laurie | 2008-06-04 | 3 | -28/+41 |
| | |||||
* | Typo in str_lib.c | Andy Polyakov | 2007-07-07 | 1 | -1/+1 |
| | | | | PR: 1177 | ||||
* | Update from 0.9.8 stable. Eliminate duplicate error codes. | Dr. Stephen Henson | 2006-11-21 | 1 | -7/+4 |
| | |||||
* | add additional checks + cleanup | Nils Larsch | 2006-01-29 | 1 | -1/+3 |
| | | | | Submitted by: David Hartman <david_hartman@symantec.com> | ||||
* | Wrap the inclusion of openssl/engine.h with a protective check for | Richard Levitte | 2005-06-23 | 1 | -0/+2 |
| | | | | | | the absence of OPENSSL_NO_ENGINE. PR: 1123 | ||||
* | Further BUILDENV refinement, further fool-proofing of Makefiles and | Andy Polyakov | 2005-05-16 | 1 | -2/+1 |
| | | | | | [most importantly] put back dependencies accidentaly eliminated in check-in #13342. | ||||
* | Fool-proofing Makefiles | Andy Polyakov | 2005-05-15 | 1 | -4/+1 |
| | |||||
* | Fix more error codes. | Bodo Möller | 2005-05-11 | 4 | -41/+49 |
| | | | | | (Also improve util/ck_errf.pl script, and occasionally fix source code formatting.) | ||||
* | Rebuild error codes. | Dr. Stephen Henson | 2005-04-12 | 1 | -117/+121 |
| | |||||
* | Add emacs cache files to .cvsignore. | Richard Levitte | 2005-04-11 | 1 | -0/+2 |
| | |||||
* | Blow away Makefile.ssl. | Ben Laurie | 2005-03-30 | 1 | -4/+3 |
| | |||||
* | Don't use $(EXHEADER) directly in for loops, as most shells will break | Richard Levitte | 2004-11-02 | 1 | -1/+1 |
| | | | | | | if $(EXHEADER) is empty. Notified by many, solution suggested by Carson Gaspar <carson@taltos.org> | ||||
* | After the latest round of header-hacking, regenerate the dependencies in | Geoff Thorpe | 2004-05-17 | 1 | -36/+17 |
| | | | | | the Makefiles. NB: this commit is probably going to generate a huge posting and it is highly uninteresting to read. | ||||
* | Deprecate some recursive includes from the store.h API header, and put back | Geoff Thorpe | 2004-05-17 | 3 | -1/+6 |
| | | | | required includes back via the internal header and str_lib.c. | ||||
* | make update | Geoff Thorpe | 2004-04-19 | 1 | -27/+20 |
| | |||||
* | Reduce header interdependencies, initially in engine.h (the rest of the | Geoff Thorpe | 2004-04-19 | 1 | -9/+4 |
| | | | | | | | | | changes are the fallout). As this could break source code that doesn't directly include headers for interfaces it uses, changes to recursive includes are covered by the OPENSSL_NO_DEPRECATED symbol. It's better to define this when building and using openssl, and then adapt code where necessary - this is how to stay current. However the mechanism exists for the lethargic. | ||||
* | Implement missing functions. | Richard Levitte | 2003-06-26 | 5 | -9/+196 |
| | | | | | | Have the f parameter to _ctrl functions have the prototype (*)(void) rather than (*)(), for the sake of C++ compilers. Disable unimplemented functionality. | ||||
* | Add the application data type to the README. | Richard Levitte | 2003-06-18 | 1 | -0/+1 |
| | |||||
* | Missing string and potential memory leaks. | Richard Levitte | 2003-06-18 | 1 | -14/+22 |
| | | | | Notified by Goetz Babin-Ebell <goetz@shomitefo.de> | ||||
* | Slightly better check of attributes. Now, mem_list_next can actually stop ↵ | Richard Levitte | 2003-06-12 | 3 | -12/+90 |
| | | | | when the searched for key doesn't have it's attributes within the range of the checked key. | ||||
* | Beautify | Richard Levitte | 2003-06-12 | 1 | -2/+2 |
| | |||||
* | Remove extra ; | Richard Levitte | 2003-06-04 | 2 | -2/+2 |
| | |||||
* | I have no idea how I cut away that piece of text... | Richard Levitte | 2003-05-21 | 1 | -1/+5 |
| | |||||
* | I don't remember what my thinking was with str_compat.h. Maybe it'll | Richard Levitte | 2003-05-20 | 1 | -1/+2 |
| | | | | come back to me... | ||||
* | Misspelled functions. | Richard Levitte | 2003-05-20 | 1 | -6/+6 |
| | |||||
* | Some misspelled function names. | Richard Levitte | 2003-05-20 | 1 | -10/+6 |
| | |||||
* | Make the function STORE_new_engine() public. | Richard Levitte | 2003-05-19 | 1 | -0/+1 |
| | |||||
* | Define the two authentication parameter types for passphrase and | Richard Levitte | 2003-05-07 | 1 | -1/+3 |
| | | | | Kerberos 5 authentications. | ||||
* | Add the possibility to hand execution parameters (for example | Richard Levitte | 2003-05-07 | 3 | -122/+199 |
| | | | | | authentication material) to the STORE functions. Suggested by Götz Babin-Ebell <babin-ebell@trustcenter.de>. | ||||
* | Add the possibility to store arbitrary data in a STORE. | Richard Levitte | 2003-05-06 | 3 | -9/+103 |
| | | | | Suggested by Götz Babin-Ebell <babin-ebell@trustcenter.de>. | ||||
* | It's usually best if the function name matches everywhere... | Richard Levitte | 2003-05-02 | 1 | -1/+1 |
| | |||||
* | STORE was created 2003, darnit! | Richard Levitte | 2003-05-01 | 2 | -2/+2 |
| | |||||
* | Provide some extra comments about the STORE_Memory STORE method. | Richard Levitte | 2003-05-01 | 1 | -2/+25 |
| | |||||
* | make update | Richard Levitte | 2003-05-01 | 3 | -10/+21 |
| | |||||
* | Define a STORE type. For documentation, read the entry in CHANGES, | Richard Levitte | 2003-05-01 | 9 | -0/+3064 |
crypto/store/README, crypto/store/store.h and crypto/store/str_locl.h. |