aboutsummaryrefslogtreecommitdiff
path: root/openssl/trunk/crypto/x509v3
AgeCommit message (Expand)Author
2006-11-13Back port tweaks to silence compiler warnings.Rob Austein
2006-09-15Fix contributors' notice.Rob Austein
2006-09-15API cleanups prior to handing code to OpenSSL project.Rob Austein
2006-09-13Update copyright notices. Minor cosmetic changes.Rob Austein
2006-09-13Compile time conditionals, per Ben.Rob Austein
2006-08-26Add inheritance and subset tests.Rob Austein
2006-08-26Allow inheritance in "resource sets" since verification of certificateRob Austein
2006-08-25Debug previously unused paths through new path validation code.Rob Austein
2006-08-25Bring marker comments up to date.Rob Austein
2006-08-24Clean up disused function codes, then "make update".Rob Austein
2006-08-24Anything covers a null resource setRob Austein
2006-08-24v3_*_validate_resource_set()Rob Austein
2006-08-22Reorganize slightly to make canonical form functions global.Rob Austein
2006-08-17More corner cases.Rob Austein
2006-08-17Catch a few corner cases in IPAddrBlocks_is_canonical().Rob Austein
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