Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-05 | ssl: Use specs to generate type documentation | Ingela Anderton Andin | |
2018-12-12 | Add empty 'since' attribute for old modules and functions | Sverker Eriksson | |
2018-12-11 | Add "since" attributes in xml for new functions and modules | Sverker Eriksson | |
introduced after OTP_R13B03. | |||
2018-12-10 | Prepare release | Erlang/OTP | |
2018-11-19 | public_key: Add Edward curves to the documentation | Hans Nilsson | |
2018-11-19 | public_key: Add ed25519 and ed448 sign/verify | Hans Nilsson | |
2018-11-15 | Prepare release | Erlang/OTP | |
2018-11-08 | public_key: Add additional ASN-1 definitions for DSA SHA2 support | Ingela Anderton Andin | |
2018-10-19 | public_key: Add DSA with SHA2 support | Ingela Anderton Andin | |
2018-09-24 | Prepare release | Erlang/OTP | |
2018-09-21 | Update copyright year | Henrik Nord | |
2018-09-13 | public_key: Generate refman from types and specs | Hans Nilsson | |
2018-09-13 | public_key: Rework -type and -spec | Hans Nilsson | |
Check existing specs with code and documentation and adjust. Prepare for doc generation | |||
2018-09-13 | public_key: Setup for doc generation | Hans Nilsson | |
2018-09-13 | public_key: Remove special type signature for one test | Hans Nilsson | |
2018-09-07 | public_key: Remove strange and unused(?) DSAPrivateKey from verify/5 | Hans Nilsson | |
2018-07-13 | docs: make clean all XMLDIR | Lukas Larsson | |
2018-06-29 | Update release notes | Erlang/OTP | |
2018-06-29 | Update version numbers | Erlang/OTP | |
2018-06-26 | public_key: Remove moduli 5121 and 7167 | Hans Nilsson | |
Thoose were added by 598629aeba9de98e8cdf5637043eb34e5d407751 but are not universaly supported. | |||
2018-06-19 | Prepare release | Erlang/OTP | |
2018-06-18 | Update copyright year | Henrik Nord | |
2018-06-12 | public: minor doc fixes | Hans Nilsson | |
2018-06-12 | public_key: Clearify pkix_verify_hostname documentation | Hans Nilsson | |
2018-06-11 | Merge branch 'hans/public_key/cuddle_tests' | Hans Nilsson | |
* hans/public_key/cuddle_tests: public_key: Extend test case pkix_verify_hostname_subjAltName | |||
2018-06-11 | Merge branch 'hans/public_key/dialyzer' | Hans Nilsson | |
* hans/public_key/dialyzer: public_key: Make dialyzer happy | |||
2018-06-11 | public_key: Generated new moduli file | Hans Nilsson | |
2018-06-08 | public_key: Make dialyzer happy | Hans Nilsson | |
2018-06-07 | public_key: Extend test case pkix_verify_hostname_subjAltName | Hans Nilsson | |
2018-06-04 | public_key: Testcase for cert with wildcard in SAN | Hans Nilsson | |
2018-06-04 | public_key: Doc | Hans Nilsson | |
2018-06-04 | public_key: Matchfun for HTTPS | Hans Nilsson | |
2018-05-29 | Revert "Prepare release" | Henrik | |
This reverts commit fd8e49b5bddceaae803670121b603b5eee8c5c08. | |||
2018-05-25 | Prepare release | Erlang/OTP | |
2018-05-21 | PKCS8 encoder must be symmetrical to PKCS8 decoder, thus it has to be in ↵ | Maxim Fedorov | |
der_encode, and not pem_encode as it was in original implementation | |||
2018-05-21 | Use DER_NULL macro instead or <<5,0>> | Maxim Fedorov | |
2018-05-21 | PKCS8 handling improvements: | Maxim Fedorov | |
* added PKCS8 encoder for DSA, RSA and EC private keys * added tests (full loop, PKCS8 decode/encode operations) * rewritten private key decoder to be more Erlang-y | |||
2018-05-21 | public_key: PKCS8 (Private-Key Information Syntax Standard) encoded private ↵ | Maxim Fedorov | |
key support This patch adds support for RSA, DSA and EC private keys encoded using PKCS8 format. Test *.pem files are made with converting existing *.pem files using openssl: openssl pkcs8 -in ... -out ... -topk8 -nocrypt | |||
2018-05-02 | Revert "Update release notes" | Henrik | |
This reverts commit 202bb737e3deabfebee683266f4b7c42781eb521. | |||
2018-05-02 | Revert "Update version numbers" | Henrik | |
This reverts commit 345f7f527a4c26ef49cef0d81e2c8b71bf01ebc3. | |||
2018-04-30 | Update release notes | Erlang/OTP | |
2018-04-30 | Update version numbers | Erlang/OTP | |
2018-04-25 | public_key: Add markers for private and public keys | Hans Nilsson | |
2018-02-13 | public_key: Use uri_string | Péter Dimitrov | |
- Remove dependency to inets Change-Id: I5f59d21079a068d9ec5e13da26007150d8bc6b04 | |||
2018-01-08 | Fix typo in PKCS-7.asn1 | Sander Dijkhuis | |
2017-12-13 | Merge branch 'maint' | Henrik Nord | |
2017-12-08 | Update release notes | Erlang/OTP | |
2017-12-08 | Update version numbers | Erlang/OTP | |
2017-12-04 | Merge branch 'raimo/ssl-dist-bench/OTP-14657' | Raimo Niskanen | |
* origin/raimo/ssl-dist-bench/OTP-14657: Write SSL distribution benchmarks Polish SSL distribution Handle whitebox test message Correct distribution doc Use SNI when connecting Use -ssl_dist_optfile options Read in -ssl_dist_optfile to ETS Facilitate test certs with common root Stop checking DNS name for SNI | |||
2017-12-04 | Facilitate test certs with common root | Raimo Niskanen | |