aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/conf
Commit message (Collapse)AuthorAgeFilesLines
* Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.hAndy Polyakov2005-05-171-1/+1
| | | | | first everywhere in crypto and skip stdio.h and string.h [because it includes them].
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-2/+1
| | | | | [most importantly] put back dependencies accidentaly eliminated in check-in #13342.
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
|
* Fix more error codes.Bodo Möller2005-05-113-3/+1
| | | | | (Also improve util/ck_errf.pl script, and occasionally fix source code formatting.)
* Fix various incorrect error function codes.Bodo Möller2005-04-264-16/+22
| | | | ("perl util/ck_errf.pl */*.c */*/*.c" still reports many more.)
* Rebuild error codes.Dr. Stephen Henson2005-04-121-38/+41
|
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
|
* make sure error queue is totally emptiedNils Larsch2005-04-072-2/+2
| | | | PR: 359
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
|
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-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 inGeoff Thorpe2004-05-171-25/+24
| | | | | the Makefiles. NB: this commit is probably going to generate a huge posting and it is highly uninteresting to read.
* When the pointer 'from' changes, it's stored length needs to change asRichard Levitte2004-05-061-0/+5
| | | | | | well. Notified by Frank Kardel <kardel@acm.org> in PR 879.
* make updateGeoff Thorpe2004-04-191-19/+11
|
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
| | | | This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-272-7/+7
| | | | | | | Use BUF_strlcat() instead of strcat(). Use BIO_snprintf() instead of sprintf(). In some cases, keep better track of buffer lengths. This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
* We're getting a clash with C++ because it has a type called 'list'.Richard Levitte2003-11-291-2/+2
| | | | | | | Therefore, change all instances of the symbol 'list' to something else. PR: 758 Submitted by: Frédéric Giudicelli <groups@newpki.org>
* Fix a small bug in str_copy: if more than one variable is replaced, makeGeoff Thorpe2003-11-211-1/+1
| | | | | | | sure the current length is used to calculate the new buffer length instead of using the old length (prior to any variable substitution). Submitted by: Nils Larsch
* make updateRichard Levitte2003-05-011-6/+6
|
* Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte2003-03-201-0/+1
|
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-302-0/+8
| | | | PR: 287
* make updateRichard Levitte2002-12-291-54/+32
|
* Handle last lines that aren't properly terminated.Richard Levitte2002-11-141-3/+4
| | | | PR: 308
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-132-13/+14
|
* Initial ASN1 generation code. This can constructDr. Stephen Henson2002-11-121-1/+2
| | | | | | arbitrary encodings from strings and config files. Documentation to follow...
* Add a few more VxWorks targets.Richard Levitte2002-10-091-4/+5
| | | | | | | | | Correct misspelled VXWORKS macros. Add VXWORKS identifying macros to e_os2.h. Add required inclusions and mappings for VxWorks in e_os.h. A few small modifications to make OpenSSL build and work on VxWorks. PR: 253, except for the change that was handled in an earlier commit, and a request for easy build of just parts of OpenSSL.
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
| | | | | | | give it. For 0.9.7 and up, that means util/domd needs to remove those double dashes from the argument list when gcc is used to find the dependencies.
* make updateBodo Möller2002-08-091-21/+22
|
* OpenSSL Security Advisory [30 July 2002]Lutz Jänicke2002-07-303-8/+9
| | | | | | | Changes marked "(CHATS)" were sponsored by the Defense Advanced Research Projects Agency (DARPA) and Air Force Research Laboratory, Air Force Materiel Command, USAF, under agreement number F30602-01-2-0537.
* "make update"Lutz Jänicke2002-07-301-43/+42
|
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-29/+51
| | | | | | | | | | | | | | (the same keys can be used for ECC schemes other than ECDSA) and add some new options. Similarly, use string "EC PARAMETERS" instead of "ECDSA PARAMETERS" in 'PEM' format. Fix ec_asn1.c (take into account the desired conversion form). 'make update'. Submitted by: Nils Larsch
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
| | | | | handled properly. Part of PR 75
* Add missing prototypes.Lutz Jänicke2002-06-132-5/+8
| | | | | Submitted by: Goetz Babin-Ebell <babinebell@trustcenter.de> PR: 89
* Fix bugs and typos.Bodo Möller2002-03-181-1/+1
| | | | | | | | | Add some WTLS curves. New function EC_GROUP_check() (this will probably be implemented differently soon). Submitted by: Nils Larsch Reviewed by: Bodo Moeller
* make update, after moving around symbols in libeay.num to matchRichard Levitte2002-02-261-0/+18
| | | | 0.9.7-stable.
* New OPENSSL_LOAD_CONF define to load openssl.cnfDr. Stephen Henson2002-02-233-41/+113
| | | | when OpenSSL_add_all_algorithms() is called.
* Config code updates.Dr. Stephen Henson2002-02-222-3/+6
| | | | | | | | | | | | | | | | | | | CONF_modules_unload() now calls CONF_modules_finish() automatically. Default use of section openssl_conf moved to CONF_modules_load() Load config file in several openssl utilities. Most utilities now load modules from the config file, though in a few (such as version) this isn't done because it couldn't be used for anything. In the case of ca and req the config file used is the same as the utility itself: that is the -config command line option can be used to specify an alternative file.
* Config file updates from stable branchDr. Stephen Henson2002-02-213-26/+32
|
* ECDSA supportBodo Möller2002-02-131-16/+18
| | | | Submitted by: Nils Larsch <nla@trustcenter.de>
* fix formatting of automatically generated error sectionBodo Möller2002-01-241-0/+1
|
* New functionsBodo Möller2002-01-242-6/+14
| | | | | | | | | | | ERR_peek_last_error ERR_peek_last_error_line ERR_peek_last_error_line_data (supersedes ERR_peek_top_error). Rename OPENSSL_NO_OLD_DES_SUPPORT into OPENSSL_DISABLE_OLD_DES_SUPPORT because OPENSSL_NO_... indicates disabled algorithms (according to mkdef.pl).
* make updateRichard Levitte2002-01-241-6/+8
| | | | | libeay.num got tweaked so the old des symbols would retain their positions.
* Make no config file not an error. Move /dev/crypto config to ctrl.Ben Laurie2002-01-224-3/+9
|
* Constification.Dr. Stephen Henson2002-01-222-5/+5
|
* default_algorithms option in ENGINE config.Dr. Stephen Henson2002-01-222-0/+49
|
* Initial ENGINE config module, docs to follow.Dr. Stephen Henson2002-01-213-16/+40
| | | | Fix buffer overrun errors in OPENSSL_conf().
* Constification, add config to /dev/crypto.Ben Laurie2002-01-186-60/+76
|
* disable broken codeBodo Möller2002-01-181-0/+4
|
* Other errors are possible.Ben Laurie2002-01-181-5/+10
|
* Stupid apps should die, not fail silently.Ben Laurie2002-01-181-1/+13
|
* Fix memory leak.Ben Laurie2002-01-181-1/+5
|