Age | Commit message (Expand) | Author |
2017-07-01 | remove post-SSHv1 removal dead code from rsa.c and merge the | Damien Miller |
2017-05-07 | Refuse RSA keys <1024 bits in length. Improve reporting for keys that | Damien Miller |
2016-09-12 | handle certs in rsa_hash_alg_from_ident(), saving an unnecessary | 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 |
2015-12-07 | stricter encoding type checks for ssh-rsa; ok djm@ | Markus Friedl |
2015-12-04 | implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth) | Markus Friedl |
2015-09-09 | openssh_RSA_verify return type is int, so don't make it size_t within | Damien Miller |
2015-06-15 | return failure on RSA signature error; reported by Albert S | Damien Miller |
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-30 | refuse RSA keys from old proprietary clients/servers that use the | Damien Miller |
2013-12-27 | correct comment | 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-07-16 | more timing paranoia - compare all parts of the expected decrypted | Damien Miller |
2010-07-13 | s/timing_safe_cmp/timingsafe_bcmp/g | Damien Miller |
2010-07-13 | implement a timing_safe_cmp() function to compare memory without leaking | 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-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-25 | change OpenSSH's xrealloc() function from being xrealloc(p, new_size) to | Damien Miller |
2006-03-20 | annoying spacing fixes getting in the way of real diffs | Theo de Raadt |
2006-03-20 | in a switch (), break after return or goto is stupid | Theo de Raadt |
2006-03-19 | RCSID() can die | Theo de Raadt |
2005-06-17 | make this -Wsign-compare clean; ok avsm@ markus@ | Damien Miller |
2003-11-10 | constify. ok markus@ & djm@ | Jakob Schlyter |
2003-06-18 | backout last change, since it violates pkcs#1 | Markus Friedl |
2003-06-16 | make sure the signature has at least the expected length (don't | Markus Friedl |
2003-02-12 | merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@ | Markus Friedl |
2002-11-21 | KNF | Theo de Raadt |
2002-08-27 | RSA_public_decrypt() returns -1 on error so len must be signed; ok markus@ | Kevin Steves |
2002-08-02 | replace RSA_verify with our own version and avoid the OpenSSL ASN.1 parser | Markus Friedl |
2002-08-02 | diff is u_int (2x); ok deraadt/provos | 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-06-10 | display minimum RSA modulus in error(); ok markus@ | Kevin Steves |
2002-05-31 | pad received signature with leading zeros, because RSA_verify expects | Markus Friedl |
2002-04-02 | ignore SSH_BUG_SIGBLOB for ssh-rsa; #187 | Markus Friedl |
2002-03-29 | make RSA modulus minimum #define; ok markus@ | Kevin Steves |
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-05 | minor KNF | Theo de Raadt |
2001-11-10 | KNF (unexpand) | Markus Friedl |