Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-24 | ssl & public_key: Workaround that some certificates encode countryname as ↵ | Ingela Anderton Andin | |
utf8 and close down gracefully if other ASN-1 errors occur. The reason certificate_unknown that is used as ALERT for ASN-1 encoding failure is described as: Some other (unspecified) issue arose in processing the certificate, rendering it unacceptable. | |||
2012-08-22 | ssl & public_key: Prepare for release | Ingela Anderton Andin | |
Tickets solved by this branch: OTP-8871, OTP-8872 and OTP-9908 | |||
2012-08-22 | ssl & public_key: Add use of more "sha-rsa oids" | Ingela Anderton Andin | |
2012-08-22 | public_key: Fix documentation typo | Sverker Eriksson | |
dsa -> dss | |||
2012-08-22 | public_key: Add sha224 to RSA sign/verify | Sverker Eriksson | |
2012-08-22 | public_key: Align the interface of sign and verify with crypto | Sverker Eriksson | |
2012-08-22 | public_key: Generalised API | Ingela Anderton Andin | |
2012-08-22 | public_key: Add rsa and dss hash signing support | Andreas Schultz | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-05-03 | Merge branch 'sverk/cross_tests/OTP-10074' into maint | Lukas Larsson | |
* sverk/cross_tests/OTP-10074: Fix include issues in when building tests Fix cross compile of testcases Update cross build system for tests to work | |||
2012-05-02 | Fix include issues in when building tests | Lukas Larsson | |
2012-04-20 | Revert vsn.mk for crypto and private_key | Sverker Eriksson | |
Included them by "mistake". | |||
2012-04-20 | public_key: Use optimized RSA private key handling | Sverker Eriksson | |
by providing extra redundant information to crypto. | |||
2012-04-01 | Prepare releaseOTP_R15B01 | Erlang/OTP | |
2012-03-21 | Prepare for release | Ingela Anderton Andin | |
Updates for ssh that needs to restarted so no need for soft upgrade | |||
2012-02-10 | Use the public_key application for all public key handling | Ingela Anderton Andin | |
Also improved test suites to avoid copying of users keys to test server directories as this is a security liability | |||
2012-01-12 | Merge branch 'alind/public_key/gitignore_fix' into maint | Adam Lindberg | |
* alind/public_key/gitignore_fix: [public_key] Fix .gitignore to use relative paths | |||
2012-01-12 | [public_key] Fix .gitignore to use relative paths | Adam Lindberg | |
2012-01-03 | Fix some broken links in documentation | Lukas Larsson | |
2011-12-12 | Prepare release | Erlang/OTP | |
2011-12-09 | Converted pk12 test suite files to pem and adjusted our framework | Ingela Anderton Andin | |
to deal with changes to the pkits suite. | |||
2011-12-07 | Add default value for "user" if os:getenv("USER") returns false | Ingela Anderton Andin | |
2011-12-05 | Asn1 simplification | Ingela Anderton Andin | |
Include some of parts of InformationFramework in PKCS-8 to avoid having a lot of other asn1 specs included that are not really used. | |||
2011-11-22 | Revert "Update version numbers for pre-release of R15" | Björn-Egil Dahlberg | |
This reverts commit e21ff9b0b69219ab3853be7e80813156113152b7. | |||
2011-11-22 | Update version numbers for pre-release of R15OTP_R15A | Björn Gustavsson | |
2011-11-17 | Updated public_key and ssl ignores | Ingela Anderton Andin | |
Moved public_key ignores to .gitignore in public_key and removed no longer needed ssl ignores. | |||
2011-11-15 | Prepare for release | Ingela Anderton Andin | |
2011-11-15 | Merge branch 'ia/public_key/ssl/crypto/PKCS-8/OTP-9312' | Ingela Anderton Andin | |
* ia/public_key/ssl/crypto/PKCS-8/OTP-9312: Add clause for expected input to pubkey:pseudo_random_function/2 when ASN-1 compiler is fixed. Clean up of public_key code adding specs and documentation Added PKCS-8 support in ssl Additions to crypto and public_key needed for full PKCS-8 support Add PKCS-8 support to public_key | |||
2011-11-11 | Add clause for expected input to pubkey:pseudo_random_function/2 when | Ingela Anderton Andin | |
ASN-1 compiler is fixed. | |||
2011-11-10 | Remove exec bit from: erl, hrl, xml, html, asn, gif, xpm | Ricardo Catalinas Jiménez | |
2011-11-01 | Clean up of public_key code adding specs and documentation | Sverker Eriksson | |
2011-11-01 | Additions to crypto and public_key needed for full PKCS-8 support | Ingela Anderton Andin | |
2011-11-01 | Add PKCS-8 support to public_key | Ingela Anderton Andin | |
2011-10-27 | Remove unused */doc/src/make.dep files | Björn Gustavsson | |
These dependency files was once used when building the documentation, but are no longer needed. | |||
2011-10-27 | doc Makefiles: Eliminate DOCSUPPORT ifdefs | Björn Gustavsson | |
Some applications still have support for an ancient documentation build system. Eliminate the DOCSUPPORT define in otp.mk.in and the not taken arm of the ifdefs in the Makefiles. | |||
2011-10-04 | Merge branch 'dev' into major | Björn-Egil Dahlberg | |
2011-10-04 | Prepare releaseOTP_R14B04 | Erlang/OTP | |
2011-09-28 | Merge branch 'dev' into major | Sverker Eriksson | |
2011-09-21 | Revert "Prepare for release" | Sverker Eriksson | |
This reverts commit a3193f17e111492bf508057ae6a26d0d7c1bc4fc. | |||
2011-09-21 | Revert "Support md2WithRSAEncryption certificates in public_key" | Sverker Eriksson | |
This reverts commit c7e5f7576e213060cbb332be64a7c3798f6a2cc2. | |||
2011-09-21 | Merge remote branch 'upstream/dev' into major | Ingela Anderton Andin | |
* upstream/dev: Prepare for release | |||
2011-09-21 | Prepare for release | Ingela Anderton Andin | |
Updates version and appup-file | |||
2011-09-20 | Merge branch 'dev' into major | Henrik Nord | |
Conflicts: erts/aclocal.m4 erts/include/internal/ethread_header_config.h.in | |||
2011-09-06 | Support md2WithRSAEncryption certificates in public_key | Christian von Roques | |
2011-08-25 | Merge branch 'dev' into major | Henrik Nord | |
2011-08-08 | reindent pkix_path_validation/3 | Christian von Roques | |
2011-08-08 | Trivial documentation fixes | Christian von Roques | |
2011-08-08 | Merge branch 'bjorn/parallel-make/OTP-9451' into major | Björn Gustavsson | |
* bjorn/parallel-make/OTP-9451: (28 commits) erl_interface: Support parallel make dialyzer: Remove special-case build in the top Makefile pcre: Rename Makefile.in to pcre.mk and include it cos*/src/Makefile: Support parallel make ic: Support parallel make orber: Support parallel make .gitignore: Ignore IDL-GENERATED public_key: Support parallel make ssh: Support parallel make os_mon: Support parallel make diameter: Support parallel make snmp: Support parallel make megaco: Support parallel make megaco/src/flex/Makefile.in: Support parallel make */c_src/Makefile*: Support parallel make eunit: Support parallel make gs: Support parallel make common_test Makefile: Support parallel make erts/emulator/Makefile.in: Support parallel make erts: Fix dependency generation ... | |||
2011-08-08 | public_key: Support parallel make | Björn Gustavsson | |
2011-07-21 | Both encode and decode nifs are now available in the asn1rt | Lukas Larsson | |