summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/cipher.c
AgeCommit message (Expand)Author
2004-01-23rename acss@opebsd.org to acss@openssh.orgHans-Joerg Hoexer
2004-01-23enable acss for sshHans-Joerg Hoexer
2003-11-10constify. ok markus@ & djm@Jakob Schlyter
2003-05-17experimental support for aes-ctr modes fromMarkus Friedl
2003-05-15split out custom EVP ciphersMarkus Friedl
2003-04-12hide cipher details; ok djm@Markus Friedl
2002-11-21debug->debug2, unify debug messagesMarkus Friedl
2002-07-12EVP_CIPH_CUSTOM_IV for our own rijndaelMarkus Friedl
2002-06-23KNFTheo de Raadt
2002-06-19make the monitor sync the transfer ssh1 session key;Markus Friedl
2002-06-04__FUNCTION__ -> __func__Markus Friedl
2002-05-30use rijndael/aes from libcrypto (openssl >= 0.9.7) instead ofMarkus Friedl
2002-05-16fix warnings (openssl 0.9.7 requires const)Markus Friedl
2002-04-03re-add rijndael-cbc@lysator.liu.se for MacSSH; ash@lab.poc.netMarkus Friedl
2002-03-19KNF whitespaceMarkus Friedl
2002-03-18export/import cipher states; needed by ssh-privsepMarkus Friedl
2002-02-18switch to EVP, ok djm@ deraadt@Markus Friedl
2002-02-14hide some more implementation details of cipher.[ch] and prepares for moveMarkus Friedl
2002-01-21remove "rijndael-*", just use "aes-" since this how rijndael is calledMarkus Friedl
2002-01-18unneeded cast cleanup; ok markus@Kevin Steves
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-08-23switch to the optimised AES reference code fromMarkus Friedl
2001-06-25update copyright for 2001Markus Friedl
2001-06-23more strict prototypes. raise warning level in Makefile.inc. markus ok'edJun-ichiro itojun Hagino
2001-05-28simpler 3des for ssh1Markus Friedl
2001-02-04unexpand and remove end-of-line whitespace; ok markus@Kevin Steves
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2000-12-19replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'Markus Friedl
2000-12-09undo rijndael changesMarkus Friedl
2000-12-06new rijndael implementation. fixes endian bugsMarkus Friedl
2000-11-29des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IVMarkus Friedl
2000-10-23non-alignment dependent swap_bytes(); from simonb@wasabisystems.com/netbsdMarkus Friedl
2000-10-14debug3Markus Friedl
2000-10-13rijndael/aes supportMarkus Friedl
2000-10-12enable DES in SSH-1 clients onlyMarkus Friedl
2000-10-11remove DESMarkus Friedl
2000-10-11new cipher frameworkMarkus Friedl
2000-09-12a few more comments about it being ARC4 not RC4Theo de Raadt
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-07-10strtok() --> strsep(). (niels@ ok)Hakan Olsson
2000-06-20OpenBSD tagMarkus Friedl
2000-05-22check strtok() != NULL; ok niels@Markus Friedl
2000-04-14whitespace cleanupMarkus Friedl
2000-04-12#include <ssl/foo.h> -> <openssh/foo.h>Markus Friedl
2000-04-12add Cipher and Protocol options to ssh/sshd, e.g.:Markus Friedl
2000-04-12comment typoTheo de Raadt
2000-04-04remove unused argument, split cipher_mask()Markus Friedl
2000-03-28support ssh2 ciphersMarkus Friedl
2000-03-22remove unused cipher_attack_detected codeMarkus Friedl
2000-02-22void* -> unsigned char*, ok niels@Markus Friedl