aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public_key/src/public_key.appup.src
AgeCommit message (Collapse)Author
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2014-02-18Fix library application appup filesTobias Schlager
As discussed in issue #240 *all* OTP library applications use the '.*' wildcard as up and down version. This makes library applications always up- and downgradeable. Using the wildcard version obsoletes all maintenance tasks regarding library applications' appup files. Additionally, it prevents upgrade problems caused by automatically included application dependencies when using reltool to create releases. Missing copyright headers are now consistently present.
2012-03-21Prepare for releaseIngela Anderton Andin
Updates for ssh that needs to restarted so no need for soft upgrade
2011-11-15Prepare for releaseIngela Anderton Andin
2011-09-21Revert "Prepare for release"Sverker Eriksson
This reverts commit a3193f17e111492bf508057ae6a26d0d7c1bc4fc.
2011-09-21Prepare for releaseIngela Anderton Andin
Updates version and appup-file
2011-04-15Prepare for releaseIngela Anderton Andin
2011-03-07Prepare for releaseIngela Anderton Andin
2010-12-02Prepare for releaseIngela Anderton Andin
2010-09-29Merge branch 'ia/ssl-and-public_key/verify_fun_peer_awarness/OTP-8873' into ↵Erlang/OTP
maint-r14 * ia/ssl-and-public_key/verify_fun_peer_awarness/OTP-8873: Peer awarness
2010-09-29Peer awarnessIngela Anderton Andin
Changed the verify fun so that it differentiate between the peer certificate and CA certificates by using valid_peer or valid as the second argument to the verify fun. It may not always be trivial or even possible to know when the peer certificate is reached otherwise.
2010-09-24Backwards compatibilityIngela Anderton Andin
Changed implementation to retain backwards compatibility for old option {verify, 0} that shall be equivalent to {verify, verify_none}, also separate the cases unknown CA and selfsigned peer cert, and restored return value of deprecated function public_key:pem_to_der/1.
2010-08-23Revise the public_key APIIngela Anderton Andin
Cleaned up and documented the public_key API to make it useful for general use.
2010-06-08public_key: prepare for releaseDan Gudmundsson
2010-04-19Prepare for releaseDan Gudmundsson
2010-02-17public_key: Prepare releaseDan Gudmundsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP