summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2003-11-13avoid bswapl, which is post-i486 (including i486) insn. markus@openbsditojun
2003-11-13accelerate sha1 by using asm (i386). markus@openbsd.itojun
2003-11-12correction made in 0.9.7c; from markus@openbsditojun
2003-11-04sync w/ openssl 0.9.7c. shlib minor bump for libcrypto.itojun
2003-11-04resurrect assembly version of bignum operation; pointed out by perryitojun
2003-11-03Add assembly routines for some of the bignum functions. Most comes from VMS,ragge
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-07-24upgrade openssl to 0.9.7b. (AES is now supported)itojun
2003-07-23install des_modes(7) from libdes, not from libcryptoitojun
2003-07-23install des.3 from libdes, not from libcrypto.itojun
2003-07-23split libdes from libcrypto. libdes bumps shlib major.itojun
2003-07-14MDC2 is patenteditojun
2003-06-30Remove .UC -- not Berkeley Distribution man pages.wiz
2003-05-15Typo policejmc
2003-04-26Make the des.h -> openssl/des.h symlink relative.thorpej
2003-04-17Don't link libcrypto against libcrypt; that doesn't work on systemsthorpej
2003-04-06symlink /usr/include/des.h to openssl/des.hperry
2003-04-06add links for des functions. PR bin/10528 from Greg Woodsperry
2003-04-03Link libcrypto against libcrypt to make sure crypt() is still there -- andmycroft
2003-03-15Use "its" instead of "it's" where appropriate.wiz
2003-01-02Fix typos pointed out by Igor Sobrado in PR misc/19621.jschauma
2003-01-01Fix tyops pointed out by Igor Sobrado in PR misc/19627jschauma
2002-10-07Move libcrypto.so* from /usr/lib to /lib, as /sbin/cgdconfig needs it.lukem
2002-09-27Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib andthorpej
2002-09-26dummy funtion declsitojun
2002-09-26MDC2 is a patented algorithm; don't ship it in default libcrypto.itojun
2002-09-20Add (commented out) CPP flags for making DES faster on StrongARMthorpej
2002-08-31e_os.h is not part of exported openssl interface, so don't install it intoitojun
2002-08-20Belatedly bump libdes shared library major number, due to bump ofjdarrow
2002-08-19More use of ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/pathlukem
2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).lukem
2002-08-09regen manpagesitojun
2002-08-08sync with 0.9.6f. prevents DoS attack and regen of manpages.itojun
2002-07-31regen openssl manpage from 0.9.6e source.itojun
2002-06-26Remove -nostdinc from CPPFLAGS. That should only be used whenthorpej
2002-06-26Back out rev 1.20.thorpej
2002-06-26Back out rev 1.18:veego
2002-06-16If any of __pentiumpro__, __tune_pentiumpro__, or __tune_i686__ arethorpej
2002-06-16* Don't put the pathname to the host-tool compiler into the library.thorpej
2002-06-15Remove -I${DESTDIR}/usr/include since it's redundant.matt
2002-06-11Don't try to put the host's /usr/include on the target compiler's include path.bjh21
2002-06-09sync with 0.9.6d. shlib minor for libssl and libcryptoitojun
2002-06-09use weak_alias to make libcrypto_{idea,rc5} actually useful.itojun
2002-05-02Move code that tries to determine shlib major into MKPIC != "no" case.wiz
2002-02-26Don't hard link to symlinks, as it's not portable.lukem
2002-02-12Actually remove this cruft until it's fixed.mycroft
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-02-07generate & symbolicallyross
2002-02-07Generate <>& symbolically.ross
2001-12-28* Add user-controlled mk.conf variableslukem