aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/pk_codecs
Commit message (Collapse)AuthorAgeFilesLines
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-172-3/+3
| | | | | | | | containers (specifically vector). Rename is_empty to empty Remove has_items Rename create to resize
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
| | | | | Pretty much useless and unused, except for listing the module names in build.h and the short versions totally suffice for that.
* Replace 'XXX' and other such notes with FIXME for easy greppinglloyd2009-07-221-1/+1
|
* One signature of PKCS8::PEM_encode was stray, and didn't have a coorespondinglloyd2009-07-211-5/+0
| | | | | | | | | implementation. This had been the case since at least 1.8.0. Remove it, since implementing this signature would require having the library create an AutoSeeded_RNG, which seems like it might be quite surprising to an unsuspecting user. Problem reported by M. Braun in ticket 44
* Move back to pk_codecs, propagate to pubkey-refactor donelloyd2009-07-214-0/+781
|
* Move from pk_codecs to pubkey to solve merge problemlloyd2009-07-214-781/+0
|
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-0/+18
| | | | | | the info.txt files with the right module dependencies. Apply it across the codebase.
* Move the contents of pubkey/pubkey (which was kind of a catch-all tolloyd2009-07-154-0/+781
just toplevel pubkey). This was a convention I realized made sense sometime on when I was first doing the modularization changes. Move pkcs8.* and x509_key.* to pk_codecs