]> git.tuebingen.mpg.de Git - paraslash.git/commit
crypto: Remove support for ASN public keys.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 12 Jul 2016 17:54:19 +0000 (19:54 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 6 Jan 2017 17:53:46 +0000 (18:53 +0100)
commitd9f54f439c98aed8b974f55acd468bdae424683f
tree9d6a81a5d9537251bed668ba8384c88a61586e65
parentf553ab861efaa14f3a07ffb074c9e640b9fc776a
crypto: Remove support for ASN public keys.

These have been deprecated for some years in favor of ssh keys
generated with ssh-keygen(1). Removing support for the deprecated
format allows to get rid of quite some ugly ASN parsing code.

Private ASN keys, however, still need to be parsed in case
libgcrypt is employed as the crypto API. So the parser in
find_privkey_bignum_offset() needs to stay.
crypt.c
gcrypt.c