summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/apps
AgeCommit message (Collapse)Author
2001-04-09More style fixes...Hakan Olsson
2001-04-09Only set BINDIR if undefined. From NetBSD's isakmpd port (itojun, presumably).Hakan Olsson
2001-02-16use the hash algorithm found in original certificate for the signatureNiels Provos
after it has been patched. from angelos@
2001-01-27(c) 2001Niklas Hallqvist
2001-01-27Cleanup the MP_FLAVOUR situation. Still needs work.Niklas Hallqvist
2001-01-26apps/certpatch/certpatch.c: Merge with EOM 1.11Niklas Hallqvist
regress/rsakeygen/rsakeygen.c: Merge with EOM 1.10 regress/x509/x509test.c: Merge with EOM 1.9 author: ho Only include <gmp.h> with MP_FLAVOUR_GMP.
2000-12-19gmp is gone, make it build againMichael Shalayeff
2000-10-26Merge with EOM 1.10Niklas Hallqvist
author: niklas getopt returns int not char; Boris Prochazka <boris@stargate.ipunplugged.com>
2000-10-07Merge with EOM 1.9Niklas Hallqvist
author: niklas Style author: ho Nowadays we can use #include <openssl/...> instead of <ssl/...>
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-07apps/certpatch/certpatch.8: Merge with EOM 1.5Niklas Hallqvist
isakmpd.8: Merge with EOM 1.20 isakmpd.conf.5: Merge with EOM 1.40 isakmpd.policy.5: Merge with EOM 1.13 author: niklas Changes from OpenBSD
2000-04-07Merge with EOM 1.6Niklas Hallqvist
author: ho Revert to manual OS selection. author: ho multiple OSes, sync with other Makefiles author: ho sysdep fixes, new def for OS variable
2000-03-23Fix some formatting problems I missed before.Aaron Campbell
2000-03-08Merge with EOM 1.7Niklas Hallqvist
author: ho Add sysdep.h and compile with KAME
2000-02-01apps/certpatch/certpatch.8: Merge with EOM 1.4Niklas Hallqvist
apps/certpatch/certpatch.c: Merge with EOM 1.6 exchange.c: Merge with EOM 1.114 ike_quick_mode.c: Merge with EOM 1.110 ike_phase_1.c: Merge with EOM 1.16 ike_auth.c: Merge with EOM 1.41 ike_aggressive.c: Merge with EOM 1.4 libcrypto.c: Merge with EOM 1.10 libcrypto.h: Merge with EOM 1.10 isakmpd.8: Merge with EOM 1.19 isakmpd.c: Merge with EOM 1.42 ipsec.h: Merge with EOM 1.40 init.c: Merge with EOM 1.22 message.c: Merge with EOM 1.143 message.h: Merge with EOM 1.49 sa.c: Merge with EOM 1.98 sa.h: Merge with EOM 1.54 policy.c: Merge with EOM 1.14 pf_key_v2.c: Merge with EOM 1.36 x509.c: Merge with EOM 1.32 x509.h: Merge with EOM 1.9 udp.c: Merge with EOM 1.46 author: niklas Angelos copyrights
2000-01-26Merge with EOM 1.5Niklas Hallqvist
date: 2000/01/10 22:02:00; author: angelos; state: Exp; lines: +2 -2 Fix wrong memcpy()
2000-01-10Big oops for non-IP SubjAltNames -- correct memcpy.Angelos D. Keromytis
1999-10-01Merge with EOM 1.3Niklas Hallqvist
author: angelos Fix typo author: angelos fqdn and ufqdn types
1999-10-01Merge with EOM 1.4Niklas Hallqvist
author: angelos blah author: angelos fqdn and ufqdn types
1999-08-26regress/exchange/def-i.1: Merge with EOMNiklas Hallqvist
regress/exchange/def-r.1: Merge with EOM apps/certpatch/certpatch.c: Merge with EOM 1.2
1999-08-26regress/asn/.cvsignore: Ignore meNiklas Hallqvist
regress/b2n/.cvsignore: Ignore me regress/crypto/.cvsignore: Ignore me regress/dh/.cvsignore: Ignore me regress/ec2n/.cvsignore: Ignore me regress/exchange/.cvsignore: Ignore me regress/group/.cvsignore: Ignore me regress/hmac/.cvsignore: Ignore me regress/pkcs/.cvsignore: Ignore me regress/prf/.cvsignore: Ignore me regress/rsakeygen/.cvsignore: Ignore me regress/x509/.cvsignore: Ignore me apps/certpatch/.cvsignore: Ignore me .cvsignore: Ignore me
1999-07-18Merge with EOM 1.1Niklas Hallqvist
author: niklas Add a manpage
1999-07-18Merge with EOM 1.3Niklas Hallqvist
author: niklas Add a manpage
1999-07-18verbose usage messages do not suffice for missing man pages! and you know it!Theo de Raadt
1999-07-17apps/certpatch/certpatch.c: Merge with EOM 1.2Niklas Hallqvist
apps/certpatch/Makefile: Merge with EOM 1.2 apps/Makefile: Merge with EOM 1.2 author: niklas From Niels Provos, edited by me: certificate support using SSLeay author: provos add a tool that takes a certificate and private key in PEM format, adds a subjectAltName extension to the certifcate and finally signs it with the private key, writing back the result.