aboutsummaryrefslogtreecommitdiff
path: root/openssl/trunk/crypto/x509v3/v3_asid.c
AgeCommit message (Expand)Author
2007-06-07Replace hacked OpenSSL code with OpenSSL 0.9.8e distribution.Rob Austein
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-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-17Checking a nonexistant extension for canonical form is not very useful.Rob 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-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-04CheckpointRob Austein
2006-08-01Fix double-free bugs.Rob Austein
2006-08-01Rewrite path validation to use error callbacks properly and to plugRob Austein
2006-08-01TypoRob Austein
2006-08-01CommentsRob Austein
2006-08-01v3_asid_validate_path() et al.Rob Austein
2006-07-27Update commentsRob Austein
2006-07-27Update header comment.Rob 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-26Little cleanups while trying (and, so far, failing) to track down aRob 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-26name_cmp()Rob Austein
2006-07-25Clean up compiler warnings.Rob Austein
2006-07-25Use the NID that crypto/objects/objects.txt already lists for us. AddRob Austein
2006-07-25Function codes apparently must be uppercaseRob Austein
2006-07-25Cleanup _free() calls.Rob Austein
2006-07-22Be a bit more forgiving of whitespace.Rob Austein
2006-07-22FIx pointer mismatches.Rob Austein
2006-07-21Wasn't handling case where one range is a subset of another.Rob Austein
2006-07-21ReformatRob Austein
2006-07-20Start IPAddrBlocks, clean up some lingering typos in ASIdentifiers.Rob Austein
2006-07-20CleanupRob Austein
2006-07-20Interim copyright noticesRob Austein
2006-07-19Deallocate dynamic data structures (correctly?); put header file underRob Austein
2006-07-19Restructure v2i code, add stuff to whack result into canonical form.Rob Austein
2006-07-19Incomplete version of v2i_ASIdentifers()Rob Austein
2006-07-18Skeleton and notes for encoder.Rob Austein