summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/apps/certpatch/certpatch.c
AgeCommit message (Collapse)Author
2005-05-18bye byeHans-Joerg Hoexer
2005-04-08knf; ok cloder hshoexunpunouncableTheo de Raadt
2003-06-04Remove the rest of clauses 3 and 4. Approved by Niklas Hallqvist, AngelosHakan Olsson
D. Keromytis and Niels Provos.
2002-09-11signed vs unsigned from -pedantic.Hakan Olsson
2002-08-02Check inet_aton() failure with == 0, not == -1; millert@ ok.Aaron Campbell
2002-06-09rm trailing whitespaceTodd T. Fries
2001-07-11Return 0 on success, convert exit to returnAngelos D. Keromytis
2001-04-09More style fixes...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-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.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-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.