History log of /netbsd/crypto/dist/ipsec-tools/src/racoon/crypto_openssl.h (Results 1 – 10 of 10)
Revision Date Author Comments
# 3b7c19fe 07-Feb-2018 christos <christos@NetBSD.org>

Welcome to the 21st century Buck Rogers: OpenSSL-1.1


# 694d6a93 29-Nov-2012 vanhu <vanhu@NetBSD.org>

Added support for AES GCM 16 in phase2 negociations. Code from Christophe Carre / NETASQ


# c2c64af1 17-Aug-2009 vanhu <vanhu@NetBSD.org>

removed a self include


# 983cc8fe 12-Mar-2009 tteras <tteras@NetBSD.org>

Support multiple anonymous remotes and decide remoteconf based on identity,
received certificates and other information. General code clean up.


# 56f49774 06-Oct-2006 manu <manu@NetBSD.org>

Camelia cipher support as in RFC 4312, from Tomoyuki Okazaki
<okazaki@kick.gr.jp>


# c8214a0a 09-Sep-2006 manu <manu@NetBSD.org>

Migration of ipsec-tools to NetBSD CVS part 2: resolving the import conflicts.
Since we previously had a release branch and we import here the HEAD of CVS,
let's assume all local changes are to be du

Migration of ipsec-tools to NetBSD CVS part 2: resolving the import conflicts.
Since we previously had a release branch and we import here the HEAD of CVS,
let's assume all local changes are to be dumped. Local patches should have
been propagated upstream, anyway.

show more ...


# c263eb31 21-Nov-2005 manu <manu@NetBSD.org>

Merge ipsec-tools 0.6.3 import


# 0b97cbeb 20-Aug-2005 manu <manu@NetBSD.org>

Update to ipsec-tools 0.6.1


# 8006965b 23-Feb-2005 manu <manu@NetBSD.org>

Import ipsec-tools 0.6 branch as of 2005/02/23. News from last imported version
according to ipsec-tools' ChangeLog:

2005-02-23 Emmanuel Dreyfus <manu@netbsd.org>

* configure.ac, src/racoo

Import ipsec-tools 0.6 branch as of 2005/02/23. News from last imported version
according to ipsec-tools' ChangeLog:

2005-02-23 Emmanuel Dreyfus <manu@netbsd.org>

* configure.ac, src/racoon/{Makefile.am|crypto_openssl.c}: optionnal
support for patented algorithms: IDEA and RC5.
* src/racoon/{isakmp_xauth.c|main.c}: don't initialize RADIUS if it
is not required in the configuration
* src/racoon/isakmp.c: do not reject addresses for which kernel
refused UDP encapsulation, they can still be used for non NAT-T
traffic (eg: NAT-T enabled racoon on non NAT-T enabled kernel)

2005-02-18 Emmanuel Dreyfus <manu@netbsd.org>

* src/racoon/{main.c|eaytest.c|plairsa-gen.c}
src/setkey/setkey.c: don't use fuzzy paths for package_version.h

2005-02-18 Yvan Vanhullebus <vanhu@free.fr>

* src/racoon/isakmp_inf.c: Purge generated SPDs when getting a
related DELETE_SA
* src/racoon/pfkey.c: do NOT unbindph12() when SA acquire

2005-02-17 Emmanuel Dreyfus <manu@netbsd.org>

From Fred Senault <fred.letter@lacave.net>
* src/racoon/remoteconf.c: Fix a bug in script init

2005-02-17 Yvan Vanhullebus <vanhu@free.fr>

* src/racoon/ipsec_doi.c: Workaround for phase1 lifetime checks

2005-02-15 Michal Ludvig <michal@logix.cz>

* configure.ac: Changed --enable-natt_NN to --enable-natt-versions=NN,NN

show more ...


# a8f0ad3c 12-Feb-2005 manu <manu@NetBSD.org>

Import ipsec-tools (tag ipsec-tools-0_6-base in ipsec-tools CVS)
ipsec-tools is a fork from KAME racoon/libipsec/setkey, with many
enhancements.