aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
Commit message (Collapse)AuthorAgeFilesLines
* Add PKCS#12 documentation and new option in x509 to add certificate extensions.Dr. Stephen Henson1999-04-271-2/+2
|
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-2637-397/+0
|
* Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson1999-04-241-3/+2
| | | | | a -write option is needed to actually change anything. Second attempt at getting rid of ERR, ERRC definitions: it might even work this time :-)
* Restore ERRC definitions that are needed to compile the library.Bodo Möller1999-04-241-0/+1
| | | | | | | | | | Submitted by: Reviewed by: PR: Submitted by: Reviewed by: PR:
* Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson1999-04-241-2/+0
| | | | | | | | | | to error code script: it can now find untranslatable function codes (usually because the function is static and not defined in a header: occasionally because of a typo...) and unreferenced function and reason codes. To see this try: perl util/mkerr.pl -recurse -debug Also fixed some typos in crypto/pkcs12 that this found :-) Also tidy up some error calls that had to be all on one line: the old error script couldn't find codes unless the call was all on one line.
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-244-106/+62
| | | | | | | script, translates function codes better and doesn't need the K&R function prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are still needed by the DEF generator...). I also ran the script with the -rewrite option to update all the header and source files.
* "make depend"Bodo Möller1999-04-231-575/+921
| | | | | | Submitted by: Reviewed by: PR:
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-2364-170/+170
| | | | | | Submitted by: Reviewed by: PR:
* Undo evil cast! <g>Ulf Möller1999-04-231-1/+1
|
* Work with -pedantic!Ben Laurie1999-04-234-70/+75
|
* Fix lots of warnings.Ulf Möller1999-04-201-4/+4
| | | | Submitted by: Richard Levitte <levitte@stacken.kth.se>
* Change functions to ANSI C.Ulf Möller1999-04-1961-707/+302
|
* Clean up prototypes (prepare for removing NOPROTO).Ulf Möller1999-04-191-8/+8
|
* Fix typos in error codes.Ulf Möller1999-04-194-4/+4
|
* Massive constification.Ben Laurie1999-04-179-43/+46
|
* Another STACK bites the dust.Ben Laurie1999-04-171-5/+1
|
* Fix some warnings. Contributed by Anonymous.Ben Laurie1999-04-161-1/+1
|
* Add type-safe STACKs and SETs.Ben Laurie1999-04-121-63/+65
|
* Update dependencies.Ben Laurie1999-04-011-8/+30
|
* New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1999-04-011-5/+5
|
* Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1999-03-292-0/+7
| | | | integration.
* Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson1999-03-281-0/+2
| | | | them to the build environment.
* Further PKCS#12 integration, PBE, PKCS#8 additions.Dr. Stephen Henson1999-03-286-8/+530
|
* Fix security hole.Ben Laurie1999-03-222-60/+60
|
* Fix couple of ANSI declarations and prototypesDr. Stephen Henson1999-03-101-2/+2
|
* Add missing funtions from non ANSI section of header files and add missingDr. Stephen Henson1999-03-081-0/+1
| | | | ordinals to libeay.num.
* Put the dependencies back.Ben Laurie1999-03-061-0/+548
|
* General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall1999-03-061-554/+5
| | | | | | | | consistent in the source tree and replaced `/bin/rm' by `rm'. Additonally cleaned up the `make links' target: Remove unnecessary semicolons, subsequent redundant removes, inline point.sh into mklink.sh to speed processing and no longer clutter the display with confusing stuff. Instead only the actually done links are displayed.
* Fix the Win32 compile environment and add various changes so it will now compileDr. Stephen Henson1999-03-031-1/+1
| | | | | under Win32 (9X and NT) again. Note: some signed/unsigned changes recently checked in were killing the Win32 compile.
* Update dependencies.Ben Laurie1999-02-271-0/+9
|
* Code for reliable BIO.Ben Laurie1999-02-231-0/+576
|
* Add reliable BIO.Ben Laurie1999-02-232-2/+4
|
* Finally(?) fix DES stuff.Ben Laurie1999-02-134-35/+22
|
* Fix ghastly DES declarations, and all consequential warnings.Ben Laurie1999-02-135-29/+22
|
* Remove three more bogus files (2x temp file, 1x trash)Ralf S. Engelschall1999-02-103-314/+0
|
* Add new function, EVP_MD_CTX_copy() to replace frequent use of memcpy.Mark J. Cox1999-01-316-2/+20
| | | | | | Submitted by: Eric A Young - from changes to C2Net SSLeay Reviewed by: Mark Cox PR:
* This time, get it right.Ben Laurie1999-01-191-334/+371
|
* Finally lay dependencies to rest (I hope!).Ben Laurie1999-01-191-1/+503
|
* New err_code.pl script to retain old error codes. This should allow the useDr. Stephen Henson1999-01-181-1/+3
| | | | | of 'make errors' without causing huge re-organisations of files when a new code is added.
* Fix version stuff:Ralf S. Engelschall1998-12-311-1/+1
| | | | | | | | | | | 1. The already released version was 0.9.1c and not 0.9.1b 2. The next release should be 0.9.2 and not 0.9.1d, because first the changes are already too large, second we should avoid any more 0.9.1x confusions and third, the Apache version semantics of VERSION.REVISION.PATCHLEVEL for the version string is reasonable (and here .2 is already just a patchlevel and not major change). tVS: ----------------------------------------------------------------------
* *** empty log message ***OpenSSL_0_9_1cRalf S. Engelschall1998-12-231-1/+1
|
* Switch version string to SSLeay/OpenSSLRalf S. Engelschall1998-12-231-1/+1
|
* Incorporation of RSEs assembled patchesRalf S. Engelschall1998-12-222-0/+12
|
* Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall1998-12-222-1/+2
|
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-2115-246/+440
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-2163-317/+2236
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-2150-0/+7703