2004-04-22 |
Dr. Stephen... | Fix leak. |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Geoff Thorpe | As far as I can tell, the bugfix this comment refers... |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Geoff Thorpe | Extend the index parameter checking from sk_value to... |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Dr. Stephen... | New option to 'x509' -next_serial. This outputs the... |
commit | commitdiff | tree | snapshot |
2004-04-21 |
Dr. Stephen... | Use X509_get_serialNumber() instead of accessing intern... |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Dr. Stephen... | Reduce chances of issuer and serial number duplication... |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Richard Levitte | Whooaaaaa, the BN_CTX_DEBUG macro really produces outpu... |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Richard Levitte | Print the debug thingies on stderr instead of stdout... |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Geoff Thorpe | make update |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Geoff Thorpe | "make update" noticed a new function. |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Geoff Thorpe | More updates for the header cleanups (and apologies... |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Geoff Thorpe | When generating dependencies in the makefiles, generate... |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Geoff Thorpe | header cleanup in apps/ |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Geoff Thorpe | (oops) Apologies all, that last header-cleanup commit... |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Geoff Thorpe | Reduce header interdependencies, initially in engine... |
commit | commitdiff | tree | snapshot |
2004-04-15 |
Dr. Stephen... | Clear error if unique_subject lookup fails. |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Dr. Stephen... | Add some root CAs. |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Geoff Thorpe | Avoid undefined results when the parameter is out of... |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Dr. Stephen... | Don't use C++ reserved word. |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Dr. Stephen... | Oops forgot CHANGES entry. |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Dr. Stephen... | New function X509_POLICY_NODE_print() |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Richard Levitte | Add symbol hacks for some long names. |
commit | commitdiff | tree | snapshot |
2004-03-28 |
Andy Polyakov | This is essentially Intel 32-bit compiler tune-up.... |
commit | commitdiff | tree | snapshot |
2004-03-28 |
Dr. Stephen... | Enhance EVP code to generate random symmetric keys... |
commit | commitdiff | tree | snapshot |
2004-03-28 |
Dr. Stephen... | Make {i2v,v2i}_ASN1_BIT_STRING global. |
commit | commitdiff | tree | snapshot |
2004-03-28 |
Dr. Stephen... | Remove obsolete files. |
commit | commitdiff | tree | snapshot |
2004-03-27 |
Dr. Stephen... | Allow CRLs to be passed into X509_STORE_CTX. This is... |
commit | commitdiff | tree | snapshot |
2004-03-27 |
Dr. Stephen... | Extend OID config module format. |
commit | commitdiff | tree | snapshot |
2004-03-26 |
Dr. Stephen... | Free up BIO properly when using streaming S/MIME sign. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Dr. Stephen... | Remove BN_CTX debug from debug-steve |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Richard Levitte | SSL_COMP_get_compression_method is a typo (a missing... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Richard Levitte | Move the definition of Win32_rename(), since the macro... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Richard Levitte | Wrap code starting with a definition. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Richard Levitte | Change spaces to symbols in names. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Richard Levitte | Make prototypes for some callback pointers. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Richard Levitte | A couple more cases where RAND_add() gets an integer... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Richard Levitte | RAND_add() wants a double as it's last argument. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Dr. Stephen... | Fix loads of warnings in policy code. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Dr. Stephen... | Fix ASN1 warnings. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Geoff Thorpe | Adjust various bignum functions to use BN_CTX for varia... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Geoff Thorpe | Replace the BN_CTX implementation with my current work... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Geoff Thorpe | Adds warnings about two curves and fixes the "seed... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Geoff Thorpe | ... and this should likewise fix up those RSA implement... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Geoff Thorpe | By adding a BN_CTX parameter to the 'rsa_mod_exp' callb... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Geoff Thorpe | Damn, I was a bit hasty with my fix and hadn't spotted... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Geoff Thorpe | Remove some warnings. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Geoff Thorpe | Protect against gcc's "warning: cast does not match... |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Richard Levitte | Don't define fd for platforms that do not use it, as... |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Richard Levitte | Correct constness problems. |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Richard Levitte | Make it easier to buld test applications... |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Richard Levitte | Only build the PKCS#7 test applications if "pkcs7"... |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Richard Levitte | Add store.h among the exported headers on VMS. |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Richard Levitte | o_str.h isn't a public header file, so make sure it... |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Richard Levitte | o_str.h isn't a public header file. |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Richard Levitte | Typo... |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Richard Levitte | Make sure toupper() is properly declared. |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Richard Levitte | Make it clear that for RSA_NO_PADDING, flen must be... |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Richard Levitte | make update |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Richard Levitte | Sync the VMS build with Unix. |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Dr. Stephen... | Initial support for certificate policy checking and... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Richard Levitte | Correct minor spelling error. |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Richard Levitte | Change \t to real tab in echo argument. |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Richard Levitte | Remove a warning for conversion double->long. This... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Richard Levitte | Make sure fd is defined where it should. |
commit | commitdiff | tree | snapshot |
2004-03-17 |
Geoff Thorpe | Note my bignum hijinx in case app maintainers are using... |
commit | commitdiff | tree | snapshot |
2004-03-17 |
Geoff Thorpe | Variety of belt-tightenings in the bignum code. (Please... |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Dr. Stephen... | Avoid warnings. |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Richard Levitte | Constify d2i, s2i, c2i and r2i functions and other... |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Richard Levitte | It was just pointed out to me that it's better to cast... |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Richard Levitte | Make sure that the last argument to RAND_add() is a... |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Richard Levitte | Make sure we use unsigned constants, or come compilers... |
commit | commitdiff | tree | snapshot |
2004-03-13 |
Geoff Thorpe | Convert openssl code not to assume the deprecated form... |
commit | commitdiff | tree | snapshot |
2004-03-13 |
Geoff Thorpe | The efforts to eliminate the dual-representation of... |
commit | commitdiff | tree | snapshot |
2004-03-13 |
Geoff Thorpe | Document a change I'd already made, and at the same... |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Andy Polyakov | IRIX 6.x shared build fix-up. |
commit | commitdiff | tree | snapshot |
2004-03-10 |
Geoff Thorpe | static |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Geoff Thorpe | Minimise the amount of code dependent on BN_DEBUG_RAND... |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Geoff Thorpe | More changes coming out of the bignum auditing. BN_CTX_... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Dr. Stephen... | Fix policy constraints syntax. |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Dr. Stephen... | Support for inhibitAnyPolicy extension. |
commit | commitdiff | tree | snapshot |
2004-03-06 |
Ulf Möller | typo |
commit | commitdiff | tree | snapshot |
2004-03-05 |
Dr. Stephen... | Cleanup ASN1 OID module when it exits. |
commit | commitdiff | tree | snapshot |
2004-03-05 |
Dr. Stephen... | Call autoconfig code in pkcs7 utility. |
commit | commitdiff | tree | snapshot |
2004-03-05 |
Dr. Stephen... | Memory leak fix. |
commit | commitdiff | tree | snapshot |
2004-03-05 |
Dr. Stephen... | Various X509 fixes. Disable broken certificate workarounds |
commit | commitdiff | tree | snapshot |
2004-03-04 |
Dr. Stephen... | Typos. |
commit | commitdiff | tree | snapshot |
2004-03-04 |
Richard Levitte | Make our page with pointers to binary distributions... |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Dr. Stephen... | Indent some of the code examples. |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Dr. Stephen... | Config docs. |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Dr. Stephen... | Documentation of the KISS autoconfig functions. |
commit | commitdiff | tree | snapshot |
2004-03-01 |
Dr. Stephen... | More autoconfig docs. |
commit | commitdiff | tree | snapshot |
2004-03-01 |
Richard Levitte | Avoid a memory leak in OCSP_parse_url(). |
commit | commitdiff | tree | snapshot |
2004-03-01 |
Dr. Stephen... | Initial docs for the OpenSSL library configuration... |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Geoff Thorpe | Add ECDSA documentation. |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Richard Levitte | AES is spelled AES, not ASE. Oops... |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Richard Levitte | Make sure the given EVP_PKEY is updated in the PEM_STRI... |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Richard Levitte | Document the AES options for 'openssl smime'. |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Geoff Thorpe | A cleanup of the ecs_ossl.c code and some (doxygen... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Geoff Thorpe | When adding positive elements, we can use BN_uadd(... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Dr. Stephen... | Use an OCTET STRING for the encoding of an OCSP nonce... |
commit | commitdiff | tree | snapshot |
next |