summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects/obj_dat.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-13Remove some stuff that isn't needed.beck1-1/+1
2014-04-13Remove the AEP engine: it is not standalone and doesn't seem to bereyk12-1617/+4
2014-04-13Remove the Atalla engine: It is not standalone and depends on externalreyk13-940/+1
2014-04-13Remove the cswift engine: it is not standalone and we don't have thereyk12-1650/+1
2014-04-13Remove the "sureware" engine:reyk12-1587/+1
2014-04-13Remove the Broadcom ubsec engine:reyk14-1460/+1
2014-04-13Remove the IBM 4758 engine: we don't have this hardware and it is anreyk14-1422/+4
2014-04-13Don't edit on cvs. 23.1 as intended.miod2-4/+4
2014-04-13Irrelevant.deraadt10-1603/+0
2014-04-13historical benchmark results. irrelevant.deraadt64-2163/+0
2014-04-13send this directory of observations from 20 years to oblivionderaadt8-451/+0
2014-04-13Do not install e_os.h, it is not an external header and should not be usedmiod1-2/+1
2014-04-13Move undocumented internal OPENSSL_DIR interface from libcrypto to libssl,miod18-1191/+5
2014-04-13Crank libcrypto minor (addition of BN_consttime_swap and CRYPTO_memcmp)miod4-4/+4
2014-04-13No longer define OPENSSL_NO_EC_NISTP_64_GCC_128 on amd64; requested by djmmiod2-6/+0
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod466-35459/+3284
2014-04-13Import OpenSSL 1.0.1gmiod176-963/+2294
2014-04-13Import OpenSSL 1.0.1gmiod134-1395/+3912
2014-04-13Import OpenSSL 1.0.1gmiod182-1088/+3051
2014-04-11Move build machinery for libcrypto from libssl/crypto to libcrypto, as wellmiod42-977/+4998
2014-04-10oops, typo, spotted by Matthias Schelerderaadt1-2/+2
2014-04-10Piotr Sikora pointed me at a more refined diff for the buffer releasetedu2-0/+4
2014-04-10crank major; struct ssl_ctx_st changes; ok teduderaadt2-2/+2
2014-04-10Disable Segglemann's RFC520 hearbeat.deraadt1-2/+2
2014-04-10disable buf freelists. we'll see what happens next.tedu1-1/+2
2014-04-10don't release the read buffer if we're not done reading from it.tedu2-4/+0
2014-04-09Remove CA certificates which are not listed in Mozilla's certdata.txt.sthen1-1823/+0
2014-04-09Use root CAs that are used by TeleSec (Deutsche Telekom AG):reyk1-0/+313
2014-04-08use char * for strings, saving casts. add return codes to base64 functionstedu1-15/+26
2014-04-07cherrypick fix for CVE-2014-0160 "heartbleed" vulnerability fromdjm4-26/+54
2014-04-07Add some missing names to the NAME sections.schwarze5-15/+19
2014-04-03Update Copyright notice; ok otto@ beck@ deraadt@.schwarze1-2/+4
2014-04-03I have discussed these licenses with Poul-Henning Kamp and he has agreed tobeck1-8/+17
2014-03-25Poul-Henning Kamp informed me he is allright with this licensing change.beck1-11/+4
2014-03-24oops, merge errortedu1-2/+2
2014-03-23clear stack variables, suggested by djmtedu1-1/+4
2014-03-23some improvements suggested by djm.tedu1-4/+6
2014-03-23two functions don't need to be exportedtedu1-3/+3
2014-03-23minimal change to implementation of bcrypt to not require static globals.tedu1-39/+88
2014-03-23remove the never used bm string functionstedu3-329/+3
2014-03-22switch to shorter ISC license. this was ok with Niels Provos.tedu1-27/+12
2014-03-19consolidate the base64 code in one place, and remove inadequate test codetedu1-86/+56
2014-03-19right or wrong, bcrypt() is declared in pwd.h, not unistd.htedu1-2/+3
2014-03-18Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingmiod2-278/+3
2014-03-18* Fix another instance of directly writing to the target with a utilityschwarze1-4/+6
2014-03-18prevent failed command from generating bogus fileespie1-2/+2
2014-03-18prepare manpages for new perl.espie19-40/+48
2014-03-18Sync with the way struct ether_addr is actually defined inlteo1-3/+3
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther2-4/+4
2014-03-13Unhook httpd(8) from build; man page bitsflorian1-10/+3