aboutsummaryrefslogtreecommitdiffstats
path: root/src/wrap/perl-xs/Botan.xs
Commit message (Collapse)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-828/+0
|
* Split asn1_obj.h into asn1_alt_name.h, asn1_attribute.h, andlloyd2012-11-061-1/+2
| | | | asn1_time.h
* Rename the base64 filter and macro names in prep for addinglloyd2010-10-271-3/+1
| | | | standalone/Pipe-free versions of it
* Update some callers that were using Hex_Encoder or Hex_Decoder butlloyd2010-09-031-1/+1
| | | | | | | | | | | | | | | | | | really didn't need to. The ones in symkey and big_code were actually calling accessor functions to do the encoding themselves without a Pipe (should have definitely recognized that as a code smell). These versions have changed semantically with this checkin - previously they would completely ignore bad inputs, but now invalid inputs are rejected. For instance, you cannot say SymmetricKey key("Only some of this is hex, most of it isn't"); And expect to get a valid key formed by filtering out the non-hex characters and then decoding it. This is almost certainly a good thing. Also fix include in Botan.xs
* Drop the SWIG wrappers; never worked. Move the XS wrappers to src/wrap/perl-xslloyd2009-10-091-0/+829