Age | Commit message (Expand) | Author |
2022-06-24 | upas/dkim: dkim signing for upas | ori@eigenstate.org |
2022-03-27 | libsec: fix wrong tls1.0 prf regression | cinap_lenrek |
2022-01-10 | reduce: use if() to test for exit status of pipeline | cinap_lenrek |
2021-10-31 | libsec: no point in checking for "xn--" marker, just call idn2utf(). | cinap_lenrek |
2021-10-31 | libsec: decode international domain names in certificat subject, fix overflow... | cinap_lenrek |
2021-10-31 | libsec: handle international domain names in certificate request | cinap_lenrek |
2021-10-22 | libsec: fix wrong assert condition (introduced in 775a4bea4386c12067057de0e56... | cinap_lenrek |
2021-10-17 | libsec: fix operator precedence bugs (thanks kemal) | cinap_lenrek |
2021-10-17 | libsec: fix bugs in tls extension handling (thanks kemal) | cinap_lenrek |
2021-08-09 | x509: encode empty sequence as constructed | Ori Bernstein |
2021-07-08 | libsec: take just the CN part of Distinguished Name in subjectAltName | cinap_lenrek |
2021-07-04 | libsec: do proper type checking, fix wrong deduplication check | cinap_lenrek |
2021-07-04 | libsec: add X509reqtoRSApub() function and return subject alt names in X509to... | cinap_lenrek |
2021-06-21 | libsec: restore old behaviour for generating self signed cert | cinap_lenrek |
2021-06-20 | libsec: emulate openssl asn1 when generating x509 csr | cinap_lenrek |
2021-06-20 | libsec: move zero check to curve25519_dh_finish() | cinap_lenrek |
2021-06-18 | libsec: various changes to tls | kemal |
2020-12-07 | libsec: open internal file-descriptors with OCEXEC flag | cinap_lenrek |
2020-04-28 | libsec/base58enc: null-terminate the result | Sigrid |
2020-03-01 | libsec: remove hash pickle functions, document ripemd160, cleanup sechash(2) ... | cinap_lenrek |
2019-08-30 | auth/rsa2asn1: implement private key export with -a flag (thanks kvik) | cinap_lenrek |
2019-05-03 | libsec: dummy mkfile for arm64 | cinap_lenrek |
2018-12-02 | libsec: fix memory leak in pkcs1_decrypt() | cinap_lenrek |
2018-01-06 | libsec: remove asn1toDSApriv() | cinap_lenrek |
2017-12-30 | libsec: implement SPKI fingerprinting for okCertificate() | cinap_lenrek |
2017-12-30 | libsec: fix mistake: strnchr -> strchr | cinap_lenrek |
2017-12-30 | libsec: avoid unneccesary memory copies and redundant code in x509 | cinap_lenrek |
2017-12-29 | libsec: get rid of dummy data[1] in Bytes and Ints types (thanks pr) | cinap_lenrek |
2017-11-30 | libsec: make includes consistent for sha2block*.c | cinap_lenrek |
2017-11-30 | libsec: unroll portable sha1block function | cinap_lenrek |
2017-11-30 | libsec: unroll portable sha2block functions | cinap_lenrek |
2017-11-27 | libsec: optimize aesCBCencrypt()/aesCBCdecrypt() | cinap_lenrek |
2017-11-20 | libsec: write optimized _chachablock() function for amd64 / sse2 | cinap_lenrek |
2017-11-12 | libsec: AES-NI support for amd64 | cinap_lenrek |
2017-10-29 | libsec: rewrite aex_xts_encrypt()/aes_xts_decrypt() | cinap_lenrek |
2017-10-17 | libsec: make sectorNumber argument for aes_xts routines uvlong | cinap_lenrek |
2017-10-17 | libsec: add AES CFB and AES OFB stream ciphers | cinap_lenrek |
2017-10-06 | libsec: export asn1encodedigest(), asn1encodeRSApub(), asn1toRSApub(), pkcs1p... | cinap_lenrek |
2017-10-05 | libsec: allow \r\n terminated lines in decodePEM() | cinap_lenrek |
2017-04-23 | libsec: sha256 support for thumbprint files, use it in ssh as well | cinap_lenrek |
2017-04-04 | tlshand: simplify tlsReadN() | cinap_lenrek |
2017-04-04 | tlshand: fix mpint to bytes conversion, reorganize send/recv buffer, check fo... | cinap_lenrek |
2017-04-03 | tlshand: fix ECDHE and DHE for SSLv3 | cinap_lenrek |
2017-02-10 | libsec: zero name buffer in X509toECpub() | cinap_lenrek |
2017-02-10 | libsec: make X509toECpub() return CN name like X509toRSApub() | cinap_lenrek |
2017-02-10 | libsec: revert asn1mpint(), rewrite rsa signature validation, cleanups | cinap_lenrek |
2017-02-06 | libsec: handle signed asn.1 bigint to mpint conversion for x509 | cinap_lenrek |
2017-02-06 | rsagen: prefer 65537 as the default exponent when elen == 0, otherwise pick r... | cinap_lenrek |
2017-02-06 | libsec: fix mkbigint(), asn.1 uses two's compement signed representation | cinap_lenrek |
2017-02-06 | libsec: check if modulus is too small for message in pkcs1padbuf() | cinap_lenrek |