summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/regress/pkcs
AgeCommit message (Collapse)Author
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-04-19./regress/asn/asntest.c: Merge with EOM 1.8Niklas Hallqvist
./regress/pkcs/pkcstest.c: Merge with EOM 1.7 1999
1999-03-24Merge with EOM 1.6Niklas Hallqvist
RSA fixes and optimiations from Ilya Tsindlekht, via Niels Provos
1999-03-02RCS tagsNiklas Hallqvist
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.5 | date: 1998/08/20 14:09:04; author: provos; state: Exp; lines: +3 -3 | rename pkcs_{set,get}_{public,private}_key to something more understandable, | it confused me, so i suppose it will also confuse others. | ---------------------------- | revision 1.4 | date: 1998/08/11 20:30:40; author: provos; state: Exp; lines: +4 -3 | update to reflect recent changes | ---------------------------- | revision 1.3 | date: 1998/08/09 19:22:24; author: niklas; state: Exp; lines: +4 -3 | include string.h | ---------------------------- | revision 1.2 | date: 1998/08/04 16:59:33; author: provos; state: Exp; lines: +11 -7 | use log_print instead of log_debug for reporting errors. ASN was missing | length checks, dito for PKCS#1. Make encryption and decryption also allow | public key (random padding) instead of only private key. Both modes are | needed for authentication with ISAKMP/Oakley. | ---------------------------- | revision 1.1 | date: 1998/08/03 19:41:20; author: provos; state: Exp; | read some test BER encoded public and private key from the example sections | of the pkcs.tar.Z and encrypt and decrypt a sample string with it. | =============================================================================
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.5 | date: 1999/02/25 15:12:00; author: niklas; state: Exp; lines: +6 -3 | More messing with the new sysdep paths | ---------------------------- | revision 1.4 | date: 1998/12/21 00:41:56; author: niklas; state: Exp; lines: +2 -0 | RCS Ids | ---------------------------- | revision 1.3 | date: 1998/08/11 20:30:39; author: provos; state: Exp; lines: +2 -1 | update to reflect recent changes | ---------------------------- | revision 1.2 | date: 1998/08/04 16:59:32; author: provos; state: Exp; lines: +1 -1 | use log_print instead of log_debug for reporting errors. ASN was missing | length checks, dito for PKCS#1. Make encryption and decryption also allow | public key (random padding) instead of only private key. Both modes are | needed for authentication with ISAKMP/Oakley. | ---------------------------- | revision 1.1 | date: 1998/08/03 19:41:20; author: provos; state: Exp; | read some test BER encoded public and private key from the example sections | of the pkcs.tar.Z and encrypt and decrypt a sample string with it. | =============================================================================
1998-11-15Not clear if we want thisNiklas Hallqvist
1998-11-15openBSD RCS IDsNiklas Hallqvist
1998-11-15Initial import of isakmpd, an IKE (ISAKMP/Oakley) implementation for theNiklas Hallqvist
OpenBSD IPSEC stack by me, Niklas Hallqvist and Niels Provos, funded by Ericsson Radio Systems. It is not yet complete or usable in a real scenario but the missing pieces will soon be there. The early commit is for people who wants early access and who are not afraid of looking at source. isakmpd interops with Cisco, Timestep, SSH & Pluto (Linux FreeS/WAN) so far, so it is not that incomplete. It is really mostly configuration that is lacking.