summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2003-12-11Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no)dyoung
2003-11-23avoid memory leak. hint from Andrew Lunnitojun
2003-11-23do not malloc(0). Andrew Lunnitojun
2003-11-20Patch OpenSSL to use opencrypto (aka /dev/crypto), if configured andjonathan
2003-11-17Various typo fixes from Jonathon Gray via jmc@openbsd.wiz
2003-11-13typo. minouraitojun
2003-11-09pfkey_dump_sadb: when it get an error using sysctl,yamt
2003-11-04sync w/ openssl 0.9.7c. shlib minor bump for libcrypto.itojun
2003-11-04more unifdefitojun
2003-11-04openssl 0.9.7c. security changes are already in placeitojun
2003-11-04bring in kame rev 1.32. PR 23122itojun
2003-10-25Fix NULL vs 0 mixup.thorpej
2003-10-23do not build "null ESP and no AUTH" proposal. (racoon 174) by Tom Lendackyitojun
2003-10-21Don't assign NULL as an integer.fvdl
2003-10-21Don't return NULL as an integer.fvdl
2003-10-09Make sure HAVE_OPENSSL is undefined, to avoid depending on boththorpej
2003-10-03realloc error check failure; Greg Troxel, sync w/kameitojun
2003-10-02support policy w/o selector.itojun
2003-10-02correct unsafe realloc().itojun
2003-10-02more fixes from 0.9.7c, from openbsditojun
2003-10-02from openbsd:itojun
2003-09-30Apply security fix: http://www.openssl.org/news/secadv_20030930.txtchristos
2003-09-25Fix what is obviously a bug: valloc() -> vmalloc(). Now racoon(8) doesn't coremycroft
2003-09-22off-by-one. from openbsditojun
2003-09-18typo. markus@openbsditojun
2003-09-18protect against double free; #660; zardoz at users.sf.netitojun
2003-09-18missing buffer_free(&encrypted); #662; zardoz at users.sf.netitojun
2003-09-18make sure we init nalloc.christos
2003-09-18fix problem in previous patchchristos
2003-09-17More buffer size adjusted before allocation succeeded fixes. Bump to 20030917.christos
2003-09-16dammit, don't apply patches blindly.christos
2003-09-16bring more fixes from 3.7.1christos
2003-09-16crank __NETBSDSSH_VERSION for buffer.c fixlukem
2003-09-16Do not record expanded size before attempting to reallocate the associatedchristos
2003-09-12use sysctl to dump SAs if possible (not really tested)itojun
2003-09-08SKEY and BSDAUTH #ifdef mixupitojun
2003-09-04bzero() 2nd arg mistake. found by openbsd guys. from kameitojun
2003-08-27reject rc5/idea/mdc2 commands if OPENSSL_NO_xx is specifieditojun
2003-08-26Make getlastlogx have the pathname to the lastlogx database as firstwiz
2003-08-26update racoon to 2003/8/26 version. mostly minor bugfixes.itojun
2003-08-26KAME racoon, as of 2003/08/26itojun
2003-08-26KAME libipsec/libpfkey, 2003/08/26itojun
2003-08-13style; total size of buf is (num + 3)itojun
2003-08-12Fix bad use of "sizeof(pointer)" where the length of a buffer was thesimonb
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-31consistently use new DES API, re-enable des regression testitojun
2003-07-30re-enable __RCSID, sys/cdefs_elf.h rev 1.15 fixed the problemitojun
2003-07-29disable __RCSID for now, somehow it puts some of integer variablesitojun
2003-07-29remove unused macro. PR 21150itojun
2003-07-29xx_keylen has to return bits, not bytes. KAME-PR-488itojun