]> feistymeow.org Git - feisty_meow.git/commit
openssl closer to working but still fubar
authorFred T. Hamster <fred@gruntose.com>
Fri, 27 Feb 2026 03:14:39 +0000 (22:14 -0500)
committerFred T. Hamster <fred@gruntose.com>
Fri, 27 Feb 2026 03:14:39 +0000 (22:14 -0500)
commit0d49d923ed17a81cec957d15906f9700a88133d5
tree1fa64d0b39e4a79143e7d06f049c650585fcb33f
parent6918ac0727802759b67e835afaa7007bc65687c0
openssl closer to working but still fubar

got it to actually do *some* encryptions and decryptions, after finding that they've really broken the new version in terms of how
you have to set up the encryption process.
but it's failing a bunch still too!  at this point, i wonder if my padding code is incorrect, except that the code NEVER failed before
this set of recent releases (where they hid blowfish in the legacy provider, and now with ubuntu 24.04 where they've made it a dance
across razor blades to get *anything* to work properly, even with the legacy provider loaded).
58 files changed:
graphiq/applications/makefile [new file with mode: 0644]
graphiq/library/geometric/angle.h [deleted file]
graphiq/library/geometric/cartesian_objects.h [deleted file]
graphiq/library/geometric/circle.cpp [deleted file]
graphiq/library/geometric/circle.h [deleted file]
graphiq/library/geometric/ellipse.cpp [deleted file]
graphiq/library/geometric/ellipse.h [deleted file]
graphiq/library/geometric/line.h [deleted file]
graphiq/library/geometric/makefile [deleted file]
graphiq/library/geometric/math_bits.cpp [deleted file]
graphiq/library/geometric/math_bits.h [deleted file]
graphiq/library/geometric/point.h [deleted file]
graphiq/library/geometric/polygon.cpp [deleted file]
graphiq/library/geometric/polygon.h [deleted file]
graphiq/library/geometric/rectangle.h [deleted file]
graphiq/library/geometric/screen_rectangle.cpp [deleted file]
graphiq/library/geometric/screen_rectangle.h [deleted file]
graphiq/library/geometric/triangle.cpp [deleted file]
graphiq/library/geometric/triangle.h [deleted file]
graphiq/library/geometric/warper.h [deleted file]
graphiq/library/makefile
graphiq/library/tests_geometric/makefile [deleted file]
graphiq/library/tests_geometric/test_angle.cpp [deleted file]
graphiq/library/tests_geometric/test_ccri_angle_average.cpp [deleted file]
graphiq/library/tests_geometric/test_ellipse.cpp [deleted file]
graphiq/library/tests_geometric/test_geometry.cpp [deleted file]
graphiq/library/tests_geometric/test_point.cpp [deleted file]
graphiq/library/tests_geometric/test_warper.cpp [deleted file]
nucleus/library/crypto/blowfish_crypto.cpp
nucleus/library/crypto/ssl_init.cpp
nucleus/library/crypto/ssl_init.h
nucleus/library/geometric/angle.h [new file with mode: 0644]
nucleus/library/geometric/cartesian_objects.h [new file with mode: 0644]
nucleus/library/geometric/circle.cpp [new file with mode: 0644]
nucleus/library/geometric/circle.h [new file with mode: 0644]
nucleus/library/geometric/ellipse.cpp [new file with mode: 0644]
nucleus/library/geometric/ellipse.h [new file with mode: 0644]
nucleus/library/geometric/line.h [new file with mode: 0644]
nucleus/library/geometric/makefile [new file with mode: 0644]
nucleus/library/geometric/math_bits.cpp [new file with mode: 0644]
nucleus/library/geometric/math_bits.h [new file with mode: 0644]
nucleus/library/geometric/point.h [new file with mode: 0644]
nucleus/library/geometric/polygon.cpp [new file with mode: 0644]
nucleus/library/geometric/polygon.h [new file with mode: 0644]
nucleus/library/geometric/rectangle.h [new file with mode: 0644]
nucleus/library/geometric/screen_rectangle.cpp [new file with mode: 0644]
nucleus/library/geometric/screen_rectangle.h [new file with mode: 0644]
nucleus/library/geometric/triangle.cpp [new file with mode: 0644]
nucleus/library/geometric/triangle.h [new file with mode: 0644]
nucleus/library/geometric/warper.h [new file with mode: 0644]
nucleus/library/makefile
nucleus/library/tests_geometric/makefile [new file with mode: 0644]
nucleus/library/tests_geometric/test_angle.cpp [new file with mode: 0644]
nucleus/library/tests_geometric/test_ccri_angle_average.cpp [new file with mode: 0644]
nucleus/library/tests_geometric/test_ellipse.cpp [new file with mode: 0644]
nucleus/library/tests_geometric/test_geometry.cpp [new file with mode: 0644]
nucleus/library/tests_geometric/test_point.cpp [new file with mode: 0644]
nucleus/library/tests_geometric/test_warper.cpp [new file with mode: 0644]