aboutsummaryrefslogtreecommitdiff
path: root/openssl/trunk/crypto/x509v3
AgeCommit message (Expand)Author
2006-08-17Get rid of dependencies on inet_pton() and inet_ntop().Rob Austein
2006-08-17Checking a nonexistant extension for canonical form is not very useful.Rob Austein
2006-08-17Refuse to encode overlapping ranges. Check for canonical form bothRob Austein
2006-08-16Call asid_is_canonical() both from path validation and via anRob Austein
2006-08-16Rewrite asid_canonize() to be simpler and to reject overlapping input data.Rob Austein
2006-08-16Tweaks to get null inheritance workingRob Austein
2006-08-16Rewrite address extention path validation to work bottom up, usingRob Austein
2006-08-16Clean up compiler warningsRob Austein
2006-08-16Get rid of inherit_marker kludge. Clean up compiler warnings.Rob Austein
2006-08-16Handle continuation from callback better.Rob Austein
2006-08-16Cache RFC 3779 extensions in X509 structure so we don't have to expandRob Austein
2006-08-15Handle policy check at trust anchorRob Austein
2006-08-11Add NID_certificate_policies to the list of supported extensions soRob Austein
2006-08-09Assertion caught memory leakRob Austein
2006-08-04CheckpointRob Austein
2006-08-04regenRob Austein
2006-08-02Doh, helps to compare with the right value.Rob Austein
2006-08-01Have to set comparision function to use sk_find().Rob Austein
2006-08-01Fix double-free bugs.Rob Austein
2006-08-01Add RFC 3779 extensions to supported list.Rob Austein
2006-08-01CleanupRob Austein
2006-08-01Rewrite path validation to use error callbacks properly and plugRob Austein
2006-08-01Rewrite path validation to use error callbacks properly and to plugRob Austein
2006-08-01v3_addr_validate_path()Rob Austein
2006-08-01TypoRob Austein
2006-08-01CommentsRob Austein
2006-08-01v3_asid_validate_path() et al.Rob Austein
2006-08-01RFC 3779 validation functions.Rob Austein
2006-07-27Update commentsRob Austein
2006-07-27Update header comment.Rob Austein
2006-07-27Re-ran "make test; ./Configure debug-sra".Rob Austein
2006-07-27Parse prefixes and ranges. Debug.Rob Austein
2006-07-27Clean up memory leaks. Get unused bit calculation right in rangeRob Austein
2006-07-27Fix string parsing to handle ranges. More memory leak checking (viaRob Austein
2006-07-27Remove debugging hacks.Rob Austein
2006-07-27Archive debugging hacks.Rob Austein
2006-07-27Remove debugging hack.Rob Austein
2006-07-27Archive debugging hack.Rob Austein
2006-07-26Little cleanups while trying (and, so far, failing) to track down aRob Austein
2006-07-26Fix IPAddressFamily_cmp() to do what the authors of RFC 3779 probablyRob Austein
2006-07-26Adjust i2r formatting to be closer to what v3_addr.c writes.Rob Austein
2006-07-26Rewrite asid_canonize() to merge ranges properly.Rob Austein
2006-07-26Doh, helps to compare the right dataRob Austein
2006-07-26name_cmp()Rob Austein
2006-07-26name_cmp()Rob Austein
2006-07-26Dumb error in ASN.1 templates.Rob Austein
2006-07-25Clean up compiler warnings.Rob Austein
2006-07-25Can't use #warning because gcc -Werror is set. Oh well, just have toRob Austein
2006-07-25Changes generated by running "make update".Rob Austein
2006-07-25Add RFC 3779 extensions. Boy, figuring out the NID order is a pain,Rob Austein