Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump minors due to symbol addition. | jsing | 2017-02-28 | 1 | -1/+1 |
| | |||||
* | Bump libssl and libtls minors due to symbol additions. | jsing | 2017-01-24 | 1 | -1/+1 |
| | |||||
* | Bump majors for libssl and libtls following the translucent struct change. | jsing | 2017-01-22 | 1 | -1/+1 |
| | | | | Further changes to the publically visible structs will ride this bump. | ||||
* | Bump libcrypto/libssl/libtls majors due to libcrypto symbol removal and | jsing | 2016-12-21 | 1 | -1/+1 |
| | | | | changes to libssl non-opaque structs. | ||||
* | Disable ec assembly for amd64 pending fixes for ssh, and bump | beck | 2016-11-11 | 1 | -2/+2 |
| | | | | majors appropriately | ||||
* | bump minors for symbol addition for ocsp and x25519 symbol additions | beck | 2016-11-05 | 1 | -1/+1 |
| | |||||
* | make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden | beck | 2016-11-04 | 1 | -2/+2 |
| | | | | | | functions.. document with a man page. bump majors on libtls, libssl, libcrypto ok jsing@ guenther@ | ||||
* | crank minor for API addiiton of x509_email, etc. functions | beck | 2016-09-03 | 1 | -1/+1 |
| | |||||
* | Crank majors for lib{crypto,ssl,tls} due to symbol removals, symbol | jsing | 2016-04-28 | 1 | -1/+1 |
| | | | | additions and functionality changes. | ||||
* | bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI change | bcook | 2015-12-09 | 1 | -2/+2 |
| | | | | ok jsing@, deraadt@, beck@ | ||||
* | bump minors after adding EVP_aead_chacha20_poly1305_ietf() | reyk | 2015-11-02 | 1 | -1/+1 |
| | | | | OK jsing@ | ||||
* | Crank major version due to removal of SHA-0 and MD4 from libcrypto. | doug | 2015-09-13 | 1 | -2/+2 |
| | |||||
* | Mechanical minor bump to follow libcrypto. | miod | 2015-09-13 | 1 | -1/+1 |
| | |||||
* | Crank major version for libssl and libtls due to SSLv3 removal. | doug | 2015-08-27 | 1 | -1/+1 |
| | |||||
* | Remove OpenSSL engine RSAX. | doug | 2015-07-19 | 1 | -1/+1 |
| | | | | | | | | | OpenSSL stopped building it last year and removed it this year. Based on OpenSSL commit c436e05bdc7f49985a750df64122c960240b3ae1. Also cranked major version in libcrypto, libssl and libtls. "fine with me" bcook@ miod@ | ||||
* | Crank major and remove legacy variables. | doug | 2015-07-19 | 1 | -1/+1 |
| | | | | | | Libtls is riding this crank. ok miod@ bcook@ | ||||
* | Crank major for libcrypto, ssl and tls due to MDC-2DES removal. | doug | 2015-06-20 | 1 | -1/+1 |
| | | | | ok miod@ jsing@ | ||||
* | Record inter-library dependencies between libcrypto, libssl and libtls | kettenis | 2015-05-17 | 1 | -0/+1 |
| | |||||
* | Bump libcrypto and libssl majors, due to various recent churn. | jsing | 2015-02-22 | 1 | -1/+1 |
| | | | | Discussed with/requested by deraadt@ at the conclusion of s2k15. | ||||
* | Crank libssl major due to the recent changes and removals. | jsing | 2015-02-07 | 1 | -2/+2 |
| | | | | ok beck@ deraadt@ miod@ | ||||
* | Support CA verification in chroot'ed processes without direct file | reyk | 2015-01-22 | 1 | -1/+1 |
| | | | | | | | | | | access to the certificates. SSL_CTX_load_verify_mem() is a frontend to the new X509_STORE_load_mem() function that allows to load the CA chain from a memory buffer that is holding the PEM-encoded files. This function allows to handle the verification in privsep'ed code. Adopted for LibreSSL based on older code from relayd (by pyr@ and myself) With feedback and OK bluhm@ | ||||
* | libssl major++ | jsing | 2014-12-10 | 1 | -1/+1 |
| | |||||
* | Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov. | miod | 2014-11-18 | 1 | -1/+1 |
| | | | | | This causes a libssl major version bump as this affects the layout of some internal-but-unfortunately-made-visible structs. | ||||
* | Crank libssl major due to recent additions, removals and changes. | jsing | 2014-10-31 | 1 | -2/+2 |
| | |||||
* | Bump minor version for ECDH auto. | jsing | 2014-10-03 | 1 | -1/+1 |
| | | | | | While there are no additional symbols, there is an additional command that clients will potentially depend on. | ||||
* | Bump minor after adding SSL_CTX_use_certificate_chain(). | reyk | 2014-09-28 | 1 | -1/+1 |
| | | | | ok jsing@ miod@ | ||||
* | enough churn, a crank is advised by guenther.. | deraadt | 2014-07-12 | 1 | -1/+1 |
| | |||||
* | crank major for decompression feature | tedu | 2014-07-10 | 1 | -1/+1 |
| | |||||
* | Remove support for the `opaque PRF input' extension, which draft has expired | miod | 2014-06-13 | 1 | -2/+2 |
| | | | | | | | | 7 years ago and never made it into an RFC. That code wasn't compiled in anyway unless one would define the actual on-the-wire extension id bytes; crank libssl major. With help and enlightenment from Brendan MacDonell. | ||||
* | Move the `pqueue' part of libcrypto, which is a glorified sorted linked list | miod | 2014-05-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | of 64-bit data, and only used by DTLS, to libssl where it belongs. Remove pqueue_print() which is a debugging interface and serves no useful purpose, except for the regress test, which grows its own pqueue_print() routine. Bump libcrypto major and libssl minor. WARNING: do not update your tree right now, more changes are coming, which will ride the libcrypto major bump. | ||||
* | Chop off more SSLv2 tentacles and start fixing and noting y2038 issues. | guenther | 2014-04-20 | 1 | -1/+1 |
| | | | | | | | APIs that pass times as longs will have to change at some point... Bump major on both libcrypto and libssl. ok tedu@ | ||||
* | Crank major for libcrypto and libssl; more symbol removals to occur during the | miod | 2014-04-15 | 1 | -1/+1 |
| | | | | | next few moments, don't rush your update. Requested by deraadt@ | ||||
* | Crank libcrypto minor (addition of BN_consttime_swap and CRYPTO_memcmp) | miod | 2014-04-13 | 1 | -1/+1 |
| | | | | and libssl major (ssl_check_clienthello_tlsext split into two functions) | ||||
* | crank major; struct ssl_ctx_st changes; ok tedu | deraadt | 2014-04-10 | 1 | -1/+1 |
| | |||||
* | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | guenther | 2013-08-13 | 1 | -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@ | ||||
* | Makefile and header changes for OpenSSL-1.0.1c | djm | 2012-10-13 | 1 | -1/+1 |
| | | | | major cranks | ||||
* | Disable SSLv2 in OpenSSL. No objections from djm. | sthen | 2012-07-11 | 1 | -2/+2 |
| | | | | Brad, jasper and naddy helped with test builds, fixing ports, etc. | ||||
* | OpenSSL 1.0.0f: crank minor | djm | 2012-01-05 | 1 | -1/+1 |
| | |||||
* | crank major for openssl-1.0.0e | djm | 2011-11-03 | 1 | -1/+1 |
| | |||||
* | update supporting files, crank library majors | djm | 2010-10-01 | 1 | -2/+2 |
| | |||||
* | pull Ben Lauries blind prefix injection fix for CVE-2009-3555 from | markus | 2009-11-10 | 1 | -1/+1 |
| | | | | openssl 0.9.8l; crank minor version; ok djm@ deraadt@; initially from jsg@ | ||||
* | crankus majoris | djm | 2009-04-06 | 1 | -1/+1 |
| | |||||
* | adjust Makefile and crank major for openssl-0.9.8j | djm | 2009-01-09 | 1 | -1/+1 |
| | |||||
* | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 1 | -1/+1 |
| | |||||
* | remerge local tweaks, update per-arch configuration headers, update | djm | 2008-09-06 | 1 | -1/+1 |
| | | | | Makefiles, crank shlib_version | ||||
* | crank shlib_version | djm | 2006-06-27 | 1 | -1/+1 |
| | |||||
* | crank | djm | 2005-04-29 | 1 | -1/+1 |
| | |||||
* | errno changes, lib major version bumps, and general flag day | marc | 2004-07-13 | 1 | -1/+1 |
| | | | | | | | 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 | ||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 1 | -1/+1 |
| | |||||
* | Crank all library major numbers. Needed due to the fact that we | millert | 2002-12-03 | 1 | -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@ |