aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/pkcs8.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-284/+0
* Split asn1_obj.h into asn1_alt_name.h, asn1_attribute.h, andlloyd2012-11-061-1/+1
* Modify DL_Group::PEM_decode and BER_decode to take values instead oflloyd2012-06-051-1/+1
* Add new PBKDF interface that takes a std::chrono::milliseconds andlloyd2012-05-311-15/+14
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-9/+9
* propagate from branch 'net.randombit.botan' (head 13a0d36dac3709f3cb88e830ed7...lloyd2011-02-111-15/+41
|\
| * propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-131-15/+41
| |\
| | * propagate from branch 'net.randombit.botan' (head 0a3348f52bf558bc2282e1066c2...lloyd2010-08-131-15/+41
| | |\
| | | * Drop User_Interface; replace with a std::function callbacklloyd2010-07-091-13/+39
| | | * propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-171-52/+21
| | | |\
| | | * \ propagate from branch 'net.randombit.botan' (head 96d0a1885774b624812fd143d54...lloyd2010-03-211-2/+2
| | | |\ \
| | | | * \ propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c...lloyd2010-03-091-2/+2
| | | | |\ \
* | | | | | | Convert the BER/DER coders to use size_t instead of u32bit for smalllloyd2011-02-091-2/+2
|/ / / / / /
* | | | | | Use size_t instead of u32bit in all of pubkeylloyd2010-10-121-2/+2
* | | | | | More changes to avoid vector to pointer implicit conversionslloyd2010-09-141-1/+1
|/ / / / /
* | | | / The changelog for 1.9.4 claimed that the default PKCS #8 encryptionlloyd2010-08-131-1/+1
| |_|_|/ |/| | |
* | | | New BER encoding funcs for PKCS and X.509. Remove Private_Key dep herelloyd2010-06-151-35/+28
* | | | Simplify PKCS8::copy_keylloyd2010-06-151-7/+1
* | | | Some PKCS #8 simplificationslloyd2010-06-141-21/+3
|/ / /
* / / Add a couple of new helper functions to BER_Decoder:lloyd2010-03-191-6/+1
|/ /
* | Quite the hack, here.lloyd2010-03-041-1/+1
* | Add a new constructor to each public key algorithm (only the publiclloyd2010-03-041-16/+2
* | The code in pk_codecs was actually entirely tied to the code inlloyd2010-03-041-0/+309
|/
* Move back to pk_codecs, propagate to pubkey-refactor donelloyd2009-07-211-313/+0
* Move from pk_codecs to pubkey to solve merge problemlloyd2009-07-211-0/+313