summaryrefslogtreecommitdiff
path: root/src/lib/libssl/crypto/shlib_version (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move build machinery for libcrypto from libssl/crypto to libcrypto, as wellmiod2014-04-111-2/+0
| | | | | | | | | as configuration files; split manpages and .pc files between libcrypto and libssl. No functional change, only there to make engineering easier, and libcrypto sources are still found in libssl/src/crypto at the moment. ok reyk@, also discussed with deraadt@ beck@ and the usual crypto suspects.
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-1/+1
| | | | | | | | | | | | | | | | | | | | members to 64bit types. Assign new syscall numbers for (almost all) the syscalls that involve the affected types, including anything with time_t, timeval, itimerval, timespec, rusage, dirent, stat, or kevent arguments. Add a d_off member to struct dirent and replace getdirentries() with getdents(), thus immensely simplifying and accelerating telldir/seekdir. Build perl with -DBIG_TIME. Bump the major on every single base library: the compat bits included here are only good enough to make the transition; the T32 compat option will be burned as soon as we've reached the new world are are happy with the snapshots for all architectures. DANGER: ABI incompatibility. Updating to this kernel requires extra work or you won't be able to login: install a snapshot instead. Much assistance in fixing userland issues from deraadt@ and tedu@ and build assistance from todd@ and otto@
* remove ACSS, crank libcrypto major; ok markus@ deraadt@djm2013-01-261-1/+1
|
* Makefile and header changes for OpenSSL-1.0.1cdjm2012-10-131-2/+2
| | | | major cranks
* OpenSSL 1.0.0f: crank minordjm2012-01-051-1/+1
|
* crank major for openssl-1.0.0edjm2011-11-031-1/+1
|
* update supporting files, crank library majorsdjm2010-10-011-1/+1
|
* crankus majorisdjm2009-04-061-1/+1
|
* adjust Makefile and crank major for openssl-0.9.8jdjm2009-01-091-1/+1
|
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-1/+1
|
* remerge local tweaks, update per-arch configuration headers, updatedjm2008-09-061-1/+1
| | | | Makefiles, crank shlib_version
* i have to crank this for a ridiculous reason, to save me about 4 hours of workderaadt2008-07-251-1/+1
|
* crank shlib_versiondjm2006-06-271-2/+2
|
* backport checks for degenerate Diffie-Hellman public exponents fromdjm2006-05-041-1/+1
| | | | | OpenSSL-0.9.8a, where they were added without a corresponding patch to 0.9.7 or an advisory! ok theo@ markus@
* crankdjm2005-04-291-1/+1
|
* errno changes, lib major version bumps, and general flag daymarc2004-07-131-2/+2
| | | | | | | To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build
* update missing pieces from 0.9.7d; ok henningmarkus2004-04-251-1/+1
| | | | crank minor for API extensions
* 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@
* enable acss.hshoexer2004-01-231-1/+1
| | | | | | | ok @deraadt @markus Also bump minor version. ok @deraadt
* crank minor for ERR_release_err_state_tablemarkus2003-11-111-1/+1
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-1/+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-261-2/+2
|
* 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-101-1/+1
|
* OpenSSL 0.9.7beck2002-05-151-2/+2
|
* 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-221-2/+2
|
* 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.
* 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-151-1/+1
|
* 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 :)
* OpenSSL 0.9.5 mergebeck2000-03-191-1/+1
| | | | | | *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
* crank major for bobderaadt1999-09-281-1/+1
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+2
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.