Age | Commit message (Expand) | Author |
2022-10-28 | refactor sshkey_private_deserialize | Damien Miller |
2022-10-28 | refactor sshkey_private_serialize_opt() | Damien Miller |
2022-10-28 | refactor sshkey_sign() and sshkey_verify() | Damien Miller |
2022-10-28 | refactor sshkey_from_blob_internal() | Damien Miller |
2022-10-28 | refactor sshkey_from_private() | Damien Miller |
2022-10-28 | factor out key generation | Damien Miller |
2022-10-28 | factor out public key serialization | Damien Miller |
2022-10-28 | factor out sshkey_equal_public() | Damien Miller |
2022-10-28 | begin big refactor of sshkey | Damien Miller |
2020-02-26 | change explicit_bzero();free() to freezero() | Jonathan Gray |
2018-09-13 | hold our collective noses and use the openssl-1.1.x API in OpenSSH; | Damien Miller |
2018-02-07 | Remove all guards for calls to OpenSSL free functions - all of these | Joel Sing |
2018-01-23 | Drop compatibility hacks for some ancient SSH implementations, including | Damien Miller |
2016-04-21 | make argument == NULL tests more consistent | Damien Miller |
2015-12-11 | Remove NULL-checks before sshbuf_free(). | mmcc |
2015-12-10 | Remove NULL-checks before free(). | mmcc |
2014-06-24 | New key API: refactor key-related functions to be more library-like, | Damien Miller |
2014-02-02 | convert memset of potentially-private data to explicit_bzero() | Damien Miller |
2014-01-09 | Introduce digest API and use it to perform all hashing operations | Damien Miller |
2013-12-27 | make the original RSA and DSA signing/verification code look more like | Damien Miller |
2013-05-17 | bye, bye xfree(); ok markus@ | Damien Miller |
2010-08-31 | Add buffer_get_cstring() and related functions that verify that the | Damien Miller |
2010-04-16 | revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with the | Damien Miller |
2010-02-26 | Add support for certificate key types for users and hosts. | Damien Miller |
2006-11-06 | add missing checks for openssl return codes; with & ok djm@ | Markus Friedl |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-07-22 | move #include <string.h> out of includes.h | Kevin Steves |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-19 | RCSID() can die | Theo de Raadt |
2003-11-10 | constify. ok markus@ & djm@ | Jakob Schlyter |
2003-02-12 | merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@ | Markus Friedl |
2002-07-04 | don't allocate, copy, and discard if there is not interested in the data; ok ... | Markus Friedl |
2002-07-04 | patch memory leaks; grendel@zeitbombe.org | Theo de Raadt |
2002-06-23 | various KNF and %d for unsigned | Theo de Raadt |
2002-02-28 | add some const EVP_MD for openssl-0.9.7 | Markus Friedl |
2002-02-24 | signed vs. unsigned: make size arguments u_int, ok stevesk@ | Markus Friedl |
2002-01-25 | use static EVP_MAX_MD_SIZE buffers for EVP_DigestFinal; ok stevesk@ | Markus Friedl |
2001-12-27 | call fatal() for openssl allocation failures | Markus Friedl |
2001-12-05 | minor KNF | Theo de Raadt |
2001-11-07 | missing free and sync dss/rsa code. | Markus Friedl |
2001-09-17 | u_char*/char* cleanup; ok markus@ | Kevin Steves |
2001-06-06 | cleanup, remove old code | Markus Friedl |
2001-02-08 | sync with netbsd tree changes. | Jun-ichiro itojun Hagino |
2001-02-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl |
2001-01-19 | clear and free digest, make consistent with other code (use dlen); from stevesk@ | Markus Friedl |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl |
2000-11-12 | add support for RSA to SSH2. please test. | Markus Friedl |