summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/libcrypto.h
AgeCommit message (Collapse)Author
2003-06-04Remove the rest of clauses 3 and 4. Approved by Niklas Hallqvist, AngelosHakan Olsson
D. Keromytis and Niels Provos.
2002-06-10The dlopen() stuff goes away.Hakan Olsson
2002-06-09rm trailing whitespaceTodd T. Fries
2002-03-05need md5.h for prototypesTheo de Raadt
2001-07-13Add lc_X509_verify_cert_error_string().Hakan Olsson
2001-07-05Add d2i_X509_NAMEAngelos D. Keromytis
2001-01-27Call OpenSSL functions with LC (). Various style nits.Hakan Olsson
2000-10-07Merge with EOM 1.16Niklas Hallqvist
author: niklas Multiple subject name matching, makes certificate interop with PGPnet at least partly working. Added some error checking. author: ho Nowadays we can use #include <openssl/...> instead of <ssl/...>
2000-04-07libcrypto.c: Merge with EOM 1.13Niklas Hallqvist
libcrypto.h: Merge with EOM 1.14 author: ho Name change for 0.9.5; {SSLeay,OpenSSL}_add_all_algorithms. author: ho Missing #ifdef USE_X509 added
2000-03-08cert.c: Merge with EOM 1.15Niklas Hallqvist
libcrypto.h: Merge with EOM 1.12 author: ho KAME and ssl includes
2000-02-07ike_quick_mode.c: Merge with EOM 1.111Niklas Hallqvist
libcrypto.c: Merge with EOM 1.11 libcrypto.h: Merge with EOM 1.11 x509.c: Merge with EOM 1.33 author: angelos Add Canonical Names as policy targets (so they can be specified in the Licensees field), with the "CN:..." format.
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-31libcrypto.c: Merge with EOM 1.9Niklas Hallqvist
libcrypto.h: Merge with EOM 1.9 author: angelos Make x509_cert_init() able to re-initialize. author: angelos Add prototypes for a few more X509 SSL calls.
1999-10-01Merge with EOM 1.7Niklas Hallqvist
author: niklas OpenSSL 0.9.4 support author: angelos blah author: angelos Oopsie...correction by Bob Beck on my previous patch. author: angelos lc_PEM_read_bio_RSAPrivateKey should be defined with the correct number of arguments, depending on the SSLeay/OpenSSL version.
1999-08-28Sync with EOM, dynamic linking supportNiklas Hallqvist