index
:
sw/libhal
auto_magic
auto_zeroise
ft-crc32
hal_core_alloc2-fix
import_export_raw
js_keywrap
master
modexpng
python3
rsa-blind-mutation
sha3_mode
Cryptech libhal: crypto software, HSM management, RPC
git repositories
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
asn1.c
Age
Commit message (
Expand
)
Author
2018-02-27
Implement hash-based signatures, per draft-mcgrew-hash-sigs-08.txt
Paul Selkirk
2018-02-27
Encode/decode uint32_t and octet strings
Paul Selkirk
2017-10-23
Cleanup signed/unsigned mismatches, mostly in loop counters
Paul Selkirk
2017-04-07
Shake bugs out of hal_rpc_pkey_import().
Rob Austein
2017-04-05
First cut at key backup code. Not tested yet.
Rob Austein
2017-04-04
Rework PKCS #8 PrivateKeyInfo wrapper code.
Rob Austein
2017-04-03
PKCS #8 code for RSA and ECDSA.
Rob Austein
2017-04-02
PKCS #8 ASN.1 wrapper functions.
Rob Austein
2016-05-14
Trailing whitespace cleanup.
Rob Austein
2016-03-11
First round of debugging based on RPC pkey tests: mostly ASN.1
Rob Austein
2015-12-23
First round of fixes for new ASN.1 and test code.
Rob Austein
2015-12-22
Add ASN.1 support for public keys (X.509 SubjectPublicKeyInfo format).
Rob Austein
2015-12-13
whack copyrights
Paul Selkirk
2015-10-29
Remove unused includes.
Paul Selkirk
2015-09-06
Add ECPoint I/O functions. ASN.1 cleanup.
Rob Austein
2015-09-02
Clean up excessively complicated handling of opaque types in hash and
Rob Austein
2015-08-25
ASN.1 bugfixes.
Rob Austein
2015-08-22
Add hal_ecdsa_verify(). Move hashing out of ECDSA routines. Clean up
Rob Austein
2015-08-21
Snapshot along the way to ECDSA. Code mostly written, except for
Rob Austein