Fix gost OIDs.
[openssl.git] / crypto /
2006-03-31 Dr. Stephen HensonFix gost OIDs.
2006-03-29 Dr. Stephen HensonFix typo.
2006-03-29 Dr. Stephen HensonAdd some GOST OIDs.
2006-03-29 Dr. Stephen HensonAdd missing function declaration.
2006-03-28 Dr. Stephen HensonFix bug where freed OIDs could be accessed in EVP_clean...
2006-03-28 Dr. Stephen HensonNew utility pkeyparam. Enhance and bugfix algorithm...
2006-03-24 Dr. Stephen HensonInitial support for generalized public key parameters.
2006-03-23 Dr. Stephen HensonAdd support for legacy PEM format private keys in EVP_P...
2006-03-23 Dr. Stephen HensonTypo.
2006-03-23 Dr. Stephen HensonFix bug in DSA, EC methods.
2006-03-23 Dr. Stephen HensonAdd information and pem strings. Update dependencies.
2006-03-22 Dr. Stephen HensonMake EVP_PKEY_ASN1_METHOD opaque. Add application level...
2006-03-22 Richard LevitteKeep up with the changes in the Unix build system.
2006-03-22 Dr. Stephen HensonMove algorithm specific print code from crypto/asn1...
2006-03-22 Dr. Stephen HensonGather printing routines into EVP_PKEY_ASN1_METHOD.
2006-03-22 Richard LevitteVMS doesn't support includes of paths very well.
2006-03-21 Richard LevitteSynchronise with recent changes
2006-03-20 Dr. Stephen HensonDH EVP_PKEY_ASN1_METHOD, doesn't do much (yet?).
2006-03-20 Dr. Stephen HensonTransfer parameter handling and key comparison to algor...
2006-03-20 Dr. Stephen HensonInitial support for pluggable public key ASN1 support...
2006-03-20 Dr. Stephen HensonStop compiler warnings.
2006-03-19 Nils Larschfix last commit: return NULL is TS_RESP_CTX_set_status_...
2006-03-18 Nils Larschensure the pointer is valid before using it
2006-03-18 Nils Larschremove unnecessary code
2006-03-15 Nils Larschfix problems found by coverity: remove useless code
2006-03-15 Nils Larschcreate BN_CTX object
2006-03-14 Nils Larschfix error found by coverity: check if ctx is != NULL...
2006-03-13 Nils Larschfix error found by coverity: check if ctx is != NULL...
2006-03-11 Nils Larschfix "missing initializer" warning
2006-03-11 Nils Larschfix signed vs. unsigned warning
2006-03-07 Nils Larschfix function name in error message
2006-03-06 Ulf Möllerunused function
2006-03-05 Nils Larschconstify some print and ts functions
2006-03-04 Nils Larschno need to cast away the const
2006-03-04 Nils Larschmake some parameters const
2006-03-02 Richard LevitteMake shorter TS symbols for OpenVMS.
2006-03-01 Dr. Stephen HensonCheck EVP_DigestInit_ex() return value in EVP_BytesToKey().
2006-02-28 Nils Larschfix "#ifndef HZ" statement
2006-02-26 Ulf MöllerTS bugfixes: Do not hardcode message digest algorithms...
2006-02-26 Richard LevitteAdd TS to the VMS build.
2006-02-21 Dr. Stephen HensonPrint out <INVALID> if an OID value is invalid.
2006-02-19 Dr. Stephen HensonTolerate a SEQUENCE in DN components.
2006-02-15 Nils Larschmake some internal functions static; patch supplied...
2006-02-15 Dr. Stephen HensonFix from stable branch.
2006-02-15 Dr. Stephen HensonFix warnings.
2006-02-15 Ulf Möllershorter filenames
2006-02-14 Nils Larschuse asn1 callbacks for new, free and d2i
2006-02-13 Nils Larschdon't use the l length modifier for int
2006-02-13 Nils Larschuse stricter prototypes, fix warnings
2006-02-13 Nils Larschfix warning
2006-02-13 Nils Larschfix typo: pass pre-computed parameters to the underlyin...
2006-02-12 Ulf Möllermake update
2006-02-12 Ulf Möllertime stamp Makefile, test files
2006-02-12 Ulf MöllerRFC 3161 compliant time stamp request creation, respons...
2006-02-09 Dr. Stephen HensonFix warnings about "sin" conflicting with sin(3) defini...
2006-02-09 Dr. Stephen HensonAvoid warnings about shadowed definitions.
2006-02-08 Nils Larschremove unnecessary check
2006-02-08 Nils Larschp could be uninitialized
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles.
2006-02-04 Dr. Stephen HensonRecognize mingw in perlasm.
2006-02-02 Nils Larschfix if statement: call conn_state() if the BIO is not...
2006-01-31 Dr. Stephen HensonIgnore zero length constructed segments.
2006-01-29 Nils Larschadd additional checks + cleanup
2006-01-19 Dr. Stephen HensonFixes for BOOL handling: produce errors for invalid...
2006-01-15 Dr. Stephen HensonFix from stable branch.
2006-01-14 Nils Larschsupport numeric strings in ASN1_generate_nconf
2006-01-13 Nils Larschfix comment
2006-01-13 Nils Larsch2 is a prime
2006-01-11 Richard LevitteForgot to initialize CC6DISABLEWARNINGS properly...
2006-01-11 Richard LevitteTypo...
2006-01-09 Bodo MöllerFurther TLS extension updates
2006-01-09 Richard LevitteDisable the Mixed Linkage warning for some selected...
2006-01-08 Bodo MöllerAvoid contradictive error code assignments.
2006-01-08 Bodo MöllerSome error code cleanups (SSL lib. used SSL_R_... codes...
2006-01-04 Richard LevitteThe VMS I run on doesn't know socklen_t and uses size_t...
2006-01-03 Dr. Stephen HensonIn ASN1_parse() show tag value for ASN1 tags > 30.
2006-01-02 Richard LevitteMissing files in the VMS installation
2006-01-02 Andy PolyakovRefine login in b_sock.c.
2006-01-02 Andy PolyakovFix typo and purify logic in b_sock.c
2006-01-02 Andy PolyakovTypo in win32_globallookup.
2006-01-02 Andy PolyakovMake b_sock.c IPv6 savvy.
2006-01-02 Andy Polyakov"Relax" prototype and rename DSO_global_lookup_func...
2006-01-01 Andy PolyakovFix mapping "leak" in newly introduced win32_globallookup.
2005-12-31 Andy PolyakovOops! Remove junk...
2005-12-30 Andy PolyakovAdd DSO_global_lookup_func implementation. See commenta...
2005-12-28 Andy PolyakovFix CFB and OFB modes in eng_padlock.c. Engine was...
2005-12-27 Andy PolyakovMinor sparcv9 clean-ups.
2005-12-27 Andy PolyakovLower PADLOCK_CHUNK till value, which doesn't affect...
2005-12-20 Richard LevitteWhoops, we were copying instead of comparing at the...
2005-12-19 Andy PolyakovAs SPARCV9 CPU flavor is [expected to be] detected...
2005-12-18 Ulf Möllercomments
2005-12-18 Andy PolyakovEliminate possible mapping leak.
2005-12-18 Andy PolyakovTypo in sparcv8cap.c.
2005-12-18 Andy PolyakovKeep disclaiming 16-bit platform support. For now remov...
2005-12-18 Andy PolyakovMissing CFLAG in couple of depend: targets.
2005-12-16 Andy PolyakovMake bio.h resistant to gnu-ish __attribute__ redefenit...
2005-12-16 Andy PolyakovUnify sparcv9 assembler naming and build rules among...
2005-12-16 Andy PolyakovMake framework for Whirlpool assembler flexible.
2005-12-16 Andy PolyakovEngage Whirlpool assembler and mention Whirlpool in...
2005-12-16 Andy PolyakovWe all make typos:-) Fix just introduced ones in bn.h
next