summaryrefslogtreecommitdiff
path: root/src/lib/libssl/crypto (follow)
Commit message (Collapse)AuthorAgeFilesLines
* change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyderaadt2004-02-272-182/+2
| | | | | | reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now.
* Cleanup and shrink ACSS_KEY a bit. Thus crank library minor.hshoexer2004-02-131-1/+1
| | | | | | Change cipher modes to more generic names and add an additional mode. ok deraadt@ markus@
* config for arm, copied from powerpc/sparc ok markus@drahn2004-02-031-0/+180
|
* cleanup byte order detection per arch a bit; mickey okderaadt2004-01-291-14/+4
|
* the rest of the libs stuff; from art@ againmickey2004-01-282-0/+360
|
* enable acss.hshoexer2004-01-232-4/+6
| | | | | | | ok @deraadt @markus Also bump minor version. ok @deraadt
* Break up the colon-separated path to -I into two -I args so the treemillert2003-11-191-2/+2
| | | | can build with perl 5.8.2. Ok markus@
* use bn_asm_vax.S (from netbsd); test + ok by miodmarkus2003-11-182-5/+478
| | | | | | | | use asm code for i386, except for the CBC code, because it is not clean PIC code. add <machime/asm.h> support to x86unix.pl tested by: nick (on 30386), henning, djm, tedu, jmc and more; no shlib minor crank necessary, only internal symbols changed.
* crank minor for ERR_release_err_state_tablemarkus2003-11-111-1/+1
|
* swap /usr/include/openssl and /usr/include/ssl, clean up the Makefilesmarkus2003-06-021-21/+15
| | | | get rid old include files; with itojun@ and tdeval@; ok itojun@, deraadt@
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-122-3/+4
|
* we do not need that mess of -Ideraadt2003-01-311-42/+1
|
* Crank all library major numbers. Needed due to the fact that wemillert2002-12-031-1/+1
| | | | | | | | now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@
* remove MDC2; patentsmarkus2002-09-262-6/+7
|
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-141-1/+1
| | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-102-6/+7
|
* merge with 0.9.7-beta1markus2002-09-051-5/+7
|
* build OpenSSL without symlink trees:markus2002-09-0311-19/+1905
| | | | | | | | | | | | | | | * manpage related things moved to src/libssl/man/Makefile * there are now 3 obj directories src/libssl/{crypto,ssl,man}/ instead of one single src/libssl/obj * instead of running Configure (with generates lots of symlinks, and opensslconf.h) this patch stores pre-computed opensslconf.h files in src/libssl/crypto/arch * requires a make includes before the library can be built * libssl and libcrypto can be build separately (e.g. cd src/libssl/ssl && make obj && make) * make depend is now supported * no more symlink trees tested by miod@ and fries@
* evp_test.o should not be included in libcrypto (it defines _main !!)markus2002-09-031-1/+1
| | | | no version change for the shared libs; ok deraadt@
* ssl headers are already installed for libsslmarkus2002-08-311-2/+2
|
* don't install e_os.h (it's private)markus2002-08-311-16/+1
| | | | remove duplicate headers, trailing whitespace
* cleanderaadt2002-07-111-123/+59
|
* Disable support for the other hardware accelerators. No need to crank thederaadt2002-07-111-5/+8
| | | | major because these interfaces are really not exported (or used).
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-1/+1
|
* OpenSSL 0.9.7beck2002-05-152-63/+96
|
* merge openssl 0.9.6b-enginebeck2001-08-011-1/+1
| | | | | Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries
* openssl-engine-0.9.6a mergebeck2001-06-222-3/+3
|
* crank crypto lib version, just in casederaadt2001-04-231-1/+1
|
* Crank major number. openssl on m68k is now compiled in 32 bit mode insteadderaadt2001-03-101-1/+1
| | | | | of 64 bit mode. This makes ssh -2 run about 10x faster, because the 64 bit mul instructions no longer need emulation.
* add in forgotten dso stuff.beck2000-12-161-1/+5
|
* Oops, missed makefile change, and must crank major on these, somebeck2000-12-151-2/+2
| | | | routines which used to be externally used are now macros. ugh.
* openssl-engine-0.9.6 mergebeck2000-12-152-28/+83
|
* vax support; checked by beck.hugh2000-10-131-0/+4
|
* RSA goes in tree for next our next release, as it will be afterbeck2000-06-151-1/+1
| | | | | | Sept 21. Note: This means you shouldn't really be running -current for anything in the United States. Either wait for Sept 21, or for the next release, or move to the free world :)
* omit RC5deraadt2000-04-251-3/+4
|
* x509_att.c that was left out.ho2000-03-201-1/+1
|
* OpenSSL 0.9.5 mergebeck2000-03-192-12/+14
| | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
* Make mips compile. -mojmaja1999-10-101-5/+1
|
* OpenSSL 0.9.4 mergebeck1999-09-291-33/+52
|
* crank major for bobderaadt1999-09-281-1/+1
|
* create ${DESTDIR}/usr/include/ssl if it does not exist. This is needed ↵millert1998-11-291-0/+1
| | | | because the mtree is done after "make includes"
* "foo.h" -> <ssl/foo.h> in ssl includes, so we do not need -I/usr/include/sslniklas1998-11-181-5/+9
| | | | and we won't be bothered by nameclashes with application headers
* *UNTESTED* Makefile and configure changes that may work with pmax and arc.beck1998-10-121-0/+8
| | | | *These need to be tested by someone who has one!!*
* Fix static non-bn-asm builds. Need this file.beck1998-10-081-0/+1
|
* back out previous change. Theo says:marc1998-10-081-2/+1
| | | | | | | | | | marc, this is wrong. mtree builds that directory. we never do mkdir's in makefiles. You also should not have modified ANY of those Makefiles, since they are part of the ssl distribution. please undo this change. And I say: developers, be sure to do a mkdir /usr/include/ssl before a bake build as include files are installed as the 2nd step.
* create /usr/include/ssl before trying to copy files into it.marc1998-10-081-1/+2
| | | | | | If you've had a recent build fail check /usr/include/ssl. if it is a file instead of a directory remove it and try again after updating with these changes.
* Fix makefile problems - Don't use SSLeay style include link farm tobeck1998-10-061-3/+2
| | | | build - get includes from where they really live.
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-052-0/+172
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.