Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-10 | Update instructions on how to build with OpenSSL | Rob Austein | |
svn path=/openssl/README; revision=387 | |||
2006-10-09 | Note on upgrade of trunk | Rob Austein | |
svn path=/openssl/README; revision=382 | |||
2006-10-09 | Might as well allow Id substitution after all, oh well. | Rob Austein | |
svn path=/openssl/patch-rpki-openssl-0.9.8; revision=380 | |||
2006-10-09 | Disable ID substitution on this patch file. | Rob Austein | |
svn path=/openssl/patch-rpki-openssl-0.9.8; revision=379 | |||
2006-10-09 | Add cleaned-up patch I've been using on FreeBSD machines. | Rob Austein | |
svn path=/openssl/patch-rpki-openssl-0.9.8; revision=378 | |||
2006-10-09 | Merged in changes from OpenSSL 0.9.8d | Rob Austein | |
svn path=/openssl/trunk/CHANGES; revision=377 | |||
2006-10-09 | Tag vendor OpenSSL 0.9.8d | Rob Austein | |
svn path=/openssl/vendor/0.9.8d; revision=376 | |||
2006-10-09 | Merge in vendor branch OpenSSL changes 0.9.8b -> 0.9.8d | Rob Austein | |
svn path=/openssl/vendor/current/CHANGES; revision=375 | |||
2006-10-09 | Feh, wrong vendor branch merge proceedure, clean up before trying again. | Rob Austein | |
svn path=/openssl/vendor/0.9.8d; revision=374 | |||
2006-10-09 | OpenSSL 0.9.8d base code import | Rob Austein | |
svn path=/openssl/vendor/0.9.8d/CHANGES; revision=373 | |||
2006-09-21 | Reconfig | Rob Austein | |
svn path=/openssl/trunk/Makefile; revision=299 | |||
2006-09-19 | ./Configure dist | Rob Austein | |
svn path=/openssl/trunk/Makefile; revision=293 | |||
2006-09-19 | Cleanup | Rob Austein | |
svn path=/openssl/trunk/Configure; revision=292 | |||
2006-09-19 | Add support for --enable-rfc3779. | Rob Austein | |
This script is completely demented. svn path=/openssl/trunk/Configure; revision=291 | |||
2006-09-19 | Sigh, this is why less exotic configuration systems use Makefile.in | Rob Austein | |
rather than rewriting Makefile in place. svn path=/openssl/trunk/Makefile; revision=290 | |||
2006-09-16 | Cleanup | Rob Austein | |
svn path=/openssl/trunk/Makefile; revision=281 | |||
2006-09-16 | Cleanup | Rob Austein | |
svn path=/openssl/trunk/apps/CA.pl; revision=280 | |||
2006-09-16 | ./Configure dist && make clean | Rob Austein | |
svn path=/openssl/trunk/Makefile; revision=279 | |||
2006-09-15 | Update notes | Rob Austein | |
svn path=/openssl/README; revision=277 | |||
2006-09-15 | Fix contributors' notice. | Rob Austein | |
svn path=/openssl/trunk/crypto/x509v3/v3_addr.c; revision=275 | |||
2006-09-15 | API cleanups prior to handing code to OpenSSL project. | Rob Austein | |
svn path=/openssl/README; revision=273 | |||
2006-09-15 | v3_addr_extract() | Rob Austein | |
svn path=/openssl/README; revision=272 | |||
2006-09-14 | Notes on final steps. | Rob Austein | |
svn path=/openssl/README; revision=271 | |||
2006-09-13 | Update copyright notices. Minor cosmetic changes. | Rob Austein | |
svn path=/openssl/trunk/crypto/x509v3/v3_addr.c; revision=270 | |||
2006-09-13 | Compile time conditionals, per Ben. | Rob Austein | |
svn path=/openssl/trunk/Configure; revision=269 | |||
2006-09-12 | Plug preexisting memory leak (-extfile handling). | Rob Austein | |
svn path=/openssl/trunk/apps/ca.c; revision=262 | |||
2006-08-26 | Notes on request extensions | Rob Austein | |
svn path=/openssl/README; revision=237 | |||
2006-08-26 | update | Rob Austein | |
svn path=/openssl/README; revision=234 | |||
2006-08-26 | Add inheritance and subset tests. | Rob Austein | |
svn path=/openssl/README; revision=233 | |||
2006-08-26 | Allow inheritance in "resource sets" since verification of certificate | Rob Austein | |
requests will almost certainly require this. svn path=/openssl/trunk/crypto/x509v3/v3_addr.c; revision=232 | |||
2006-08-25 | Update primitive #6 | Rob Austein | |
svn path=/openssl/README; revision=231 | |||
2006-08-25 | Debug previously unused paths through new path validation code. | Rob Austein | |
svn path=/openssl/trunk/crypto/x509v3/v3_addr.c; revision=228 | |||
2006-08-25 | Notes on reading and writing resource sets. | Rob Austein | |
svn path=/openssl/README; revision=227 | |||
2006-08-25 | Bring marker comments up to date. | Rob Austein | |
svn path=/openssl/trunk/crypto/x509v3/x509v3.h; revision=226 | |||
2006-08-24 | Clean up disused function codes, then "make update". | Rob Austein | |
svn path=/openssl/trunk/crypto/x509v3/v3err.c; revision=225 | |||
2006-08-24 | Anything covers a null resource set | Rob Austein | |
svn path=/openssl/trunk/crypto/x509v3/v3_addr.c; revision=224 | |||
2006-08-24 | v3_*_validate_resource_set() | Rob Austein | |
svn path=/openssl/README; revision=223 | |||
2006-08-22 | Reorganize slightly to make canonical form functions global. | Rob Austein | |
svn path=/openssl/README; revision=174 | |||
2006-08-21 | Update status on work items requested at June meeting in Brisbane. | Rob Austein | |
svn path=/openssl/README; revision=173 | |||
2006-08-17 | Back out previous change to "verify" app, it was a kludge. | Rob Austein | |
Defer RFC 3779 path validation until after the CRL checks. svn path=/openssl/trunk/apps/verify.c; revision=172 | |||
2006-08-17 | Add X509_V_ERR_UNNESTED_RESOURCE to the list of errors that verify's | Rob Austein | |
callback will allow, so verify will report if a certificate with bad RFC 3779 resources is also revoked. svn path=/openssl/trunk/apps/verify.c; revision=171 | |||
2006-08-17 | Add notes from APNIC bakeoff. | Rob Austein | |
svn path=/openssl/README; revision=170 | |||
2006-08-17 | More corner cases. | Rob Austein | |
svn path=/openssl/trunk/crypto/x509v3/v3_asid.c; revision=169 | |||
2006-08-17 | Catch a few corner cases in IPAddrBlocks_is_canonical(). | Rob Austein | |
svn path=/openssl/trunk/crypto/x509v3/v3_addr.c; revision=168 | |||
2006-08-17 | Update notes. | Rob Austein | |
svn path=/openssl/README; revision=167 | |||
2006-08-17 | Get rid of dependencies on inet_pton() and inet_ntop(). | Rob Austein | |
svn path=/openssl/trunk/crypto/x509v3/v3_addr.c; revision=166 | |||
2006-08-17 | Cleanup notes. | Rob Austein | |
svn path=/openssl/README; revision=165 | |||
2006-08-17 | Checking a nonexistant extension for canonical form is not very useful. | Rob Austein | |
svn path=/openssl/trunk/crypto/x509v3/v3_asid.c; revision=164 | |||
2006-08-17 | Refuse to encode overlapping ranges. Check for canonical form both | Rob Austein | |
during path validation and via an assertion for extensions we generate. svn path=/openssl/trunk/crypto/x509v3/v3_addr.c; revision=163 | |||
2006-08-16 | Call asid_is_canonical() both from path validation and via an | Rob Austein | |
assertion on extensions we construct. svn path=/openssl/trunk/crypto/x509v3/v3_asid.c; revision=162 |